#873E56

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

Shades of Camelot #873E56

Tints of Camelot #873E56

Color information

#873E56 (or 0x873E56) is unknown color: approx Camelot. HEX triplet: 87, 3E and 56. RGB value is (135,62,86). Sum of RGB (Red+Green+Blue) = 135+62+86=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E56 is #78C1A9. Grayscale: #565656. Windows color (decimal): -7913898 or 5652103. OLE color: 5652103.

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

Color convert

RGB1356286-
CMYK00.540.360.47
HSL340.27º37.06%38.63%-
HSV(B)340.27º54.07%52.94%-
XYZ13.399.279.89-
YUV86.56127.68162.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=47.70%
G=21.91%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135628600.540.360.47340.2737.0638.63
Hex873E56036242F1542527
Octal2077612606644575244547
Binary1000011111111010101100110110100100101111101010100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E56; }

 p { color: rgb(135,62,86); }

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

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

 a { background-color: rgb(135,62,86); }

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

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

 span { border-color: rgb(135,62,86); }

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