#874157

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

Shades of Camelot #874157

Tints of Camelot #874157

Color information

#874157 (or 0x874157) is unknown color: approx Camelot. HEX triplet: 87, 41 and 57. RGB value is (135,65,87). Sum of RGB (Red+Green+Blue) = 135+65+87=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874157 is #78BEA8. Grayscale: #585858. Windows color (decimal): -7913129 or 5718407. OLE color: 5718407.

HSL color Cylindrical-coordinate representation of color #874157: hue angle of 341.14º 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 #874157 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1356587-
CMYK00.520.360.47
HSL341.14º35%39.22%-
HSV(B)341.14º51.85%52.94%-
XYZ13.69.6210.16-
YUV88.44127.19161.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=47.04%
G=22.65%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658700.520.360.47341.143539.22
Hex874157034242F1552327
Octal20710112706444575254347
Binary10000111100000110101110110100100100101111101010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874157; }

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

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

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

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

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

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

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

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