#864052

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

Shades of Camelot #864052

Tints of Camelot #864052

Color information

#864052 (or 0x864052) is unknown color: approx Camelot. HEX triplet: 86, 40 and 52. RGB value is (134,64,82). Sum of RGB (Red+Green+Blue) = 134+64+82=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #864052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864052 is #79BFAD. Grayscale: #565656. Windows color (decimal): -7978926 or 5390470. OLE color: 5390470.

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

Color convert

RGB1346482-
CMYK00.520.390.47
HSL344.57º35.35%38.82%-
HSV(B)344.57º52.24%52.55%-
XYZ13.199.349.09-
YUV86.98125.19161.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=47.86%
G=22.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134648200.520.390.47344.5735.3538.82
Hex864052034272F1592327
Octal20610012206447575314347
Binary10000110100000010100100110100100111101111101011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864052; }

 p { color: rgb(134,64,82); }

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

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

 a { background-color: rgb(134,64,82); }

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

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

 span { border-color: rgb(134,64,82); }

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