#873042

Color #873042 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #873042

Tints of Camelot #873042

Color information

#873042 (or 0x873042) is unknown color: approx Camelot. HEX triplet: 87, 30 and 42. RGB value is (135,48,66). Sum of RGB (Red+Green+Blue) = 135+48+66=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873042 is #78CFBD. Grayscale: #4C4C4C. Windows color (decimal): -7917502 or 4337799. OLE color: 4337799.

HSL color Cylindrical-coordinate representation of color #873042: hue angle of 347.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873042 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1354866-
CMYK00.640.510.47
HSL347.59º47.54%35.88%-
HSV(B)347.59º64.44%52.94%-
XYZ12.037.666-
YUV76.06122.32170.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=54.22%
G=19.28%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135486600.640.510.47347.5947.5435.88
Hex873042040332F15c3024
Octal20760102010063575346044
Binary10000111110000100001001000000110011101111101011100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873042; }

 p { color: rgb(135,48,66); }

 H1.HeaderClassName
 {
   color: #873042;
 }
 .AnyTagClassName
 {
   color: #873042;
 }
</style>
background-color css

<style>
 a { background-color: #873042; }

 a { background-color: rgb(135,48,66); }

 div.DivClassName
 {
   background-color: #873042;
 }
 .BgClassName
 {
   background-color: #873042;
 }
</style>
border-color css

<style>
 span { border-color: #873042; }

 span { border-color: rgb(135,48,66); }

 td.TdClassName
 {
   border-color: #873042;
 }
 .TagClassName
 {
   border-color: #873042;
 }
</style>