#874159

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

Shades of Camelot #874159

Tints of Camelot #874159

Color information

#874159 (or 0x874159) is unknown color: approx Camelot. HEX triplet: 87, 41 and 59. RGB value is (135,65,89). Sum of RGB (Red+Green+Blue) = 135+65+89=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874159 is #78BEA6. Grayscale: #585858. Windows color (decimal): -7913127 or 5849479. OLE color: 5849479.

HSL color Cylindrical-coordinate representation of color #874159: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874159 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1356589-
CMYK00.520.340.47
HSL339.43º35%39.22%-
HSV(B)339.43º51.85%52.94%-
XYZ13.699.6510.59-
YUV88.67128.19161.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=46.71%
G=22.49%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658900.520.340.47339.433539.22
Hex874159034222F1532327
Octal20710113106442575234347
Binary10000111100000110110010110100100010101111101010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874159; }

 p { color: rgb(135,65,89); }

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

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

 a { background-color: rgb(135,65,89); }

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

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

 span { border-color: rgb(135,65,89); }

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