#873442

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

Shades of Camelot #873442

Tints of Camelot #873442

Color information

#873442 (or 0x873442) is unknown color: approx Camelot. HEX triplet: 87, 34 and 42. RGB value is (135,52,66). Sum of RGB (Red+Green+Blue) = 135+52+66=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #873442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873442 is #78CBBD. Grayscale: #4E4E4E. Windows color (decimal): -7916478 or 4338823. OLE color: 4338823.

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

Color convert

RGB1355266-
CMYK00.610.510.47
HSL349.88º44.39%36.67%-
HSV(B)349.88º61.48%52.94%-
XYZ12.286.06-
YUV78.41121168.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=53.36%
G=20.55%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135526600.610.510.47349.8844.3936.67
Hex87344203D332F15e2c25
Octal2076410207563575365445
Binary1000011111010010000100111101110011101111101011110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873442; }

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

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

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

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

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

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

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

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