#874158

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

Shades of Camelot #874158

Tints of Camelot #874158

Color information

#874158 (or 0x874158) is unknown color: approx Camelot. HEX triplet: 87, 41 and 58. RGB value is (135,65,88). Sum of RGB (Red+Green+Blue) = 135+65+88=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874158 is #78BEA7. Grayscale: #585858. Windows color (decimal): -7913128 or 5783943. OLE color: 5783943.

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

Color convert

RGB1356588-
CMYK00.520.350.47
HSL340.29º35%39.22%-
HSV(B)340.29º51.85%52.94%-
XYZ13.649.6410.37-
YUV88.55127.69161.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=46.88%
G=22.57%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135658800.520.350.47340.293539.22
Hex874158034232F1542327
Octal20710113006443575244347
Binary10000111100000110110000110100100011101111101010100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874158; }

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

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

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

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

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

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

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

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