#873249

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

Shades of Camelot #873249

Tints of Camelot #873249

Color information

#873249 (or 0x873249) is unknown color: approx Camelot. HEX triplet: 87, 32 and 49. RGB value is (135,50,73). Sum of RGB (Red+Green+Blue) = 135+50+73=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #873249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873249 is #78CDB6. Grayscale: #4E4E4E. Windows color (decimal): -7916983 or 4797063. OLE color: 4797063.

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

Color convert

RGB1355073-
CMYK00.630.460.47
HSL343.76º45.95%36.27%-
HSV(B)343.76º62.96%52.94%-
XYZ12.337.917.18-
YUV78.04125.16168.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=52.33%
G=19.38%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135507300.630.460.47343.7645.9536.27
Hex87324903F2E2F1582e24
Octal2076211107756575305644
Binary1000011111001010010010111111101110101111101011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873249; }

 p { color: rgb(135,50,73); }

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

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

 a { background-color: rgb(135,50,73); }

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

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

 span { border-color: rgb(135,50,73); }

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