#874258

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

Shades of Camelot #874258

Tints of Camelot #874258

Color information

#874258 (or 0x874258) is unknown color: approx Camelot. HEX triplet: 87, 42 and 58. RGB value is (135,66,88). Sum of RGB (Red+Green+Blue) = 135+66+88=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874258 is #78BDA7. Grayscale: #595959. Windows color (decimal): -7912872 or 5784199. OLE color: 5784199.

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

Color convert

RGB1356688-
CMYK00.510.350.47
HSL340.87º34.33%39.41%-
HSV(B)340.87º51.11%52.94%-
XYZ13.79.7510.39-
YUV89.14127.36160.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=46.71%
G=22.84%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135668800.510.350.47340.8734.3339.41
Hex874258033232F1552227
Octal20710213006343575254247
Binary10000111100001010110000110011100011101111101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874258; }

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

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

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

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

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

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

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

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