#864050

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

Shades of Camelot #864050

Tints of Camelot #864050

Color information

#864050 (or 0x864050) is unknown color: approx Camelot. HEX triplet: 86, 40 and 50. RGB value is (134,64,80). Sum of RGB (Red+Green+Blue) = 134+64+80=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #864050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864050 is #79BFAF. Grayscale: #565656. Windows color (decimal): -7978928 or 5259398. OLE color: 5259398.

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

Color convert

RGB1346480-
CMYK00.520.400.47
HSL346.29º35.35%38.82%-
HSV(B)346.29º52.24%52.55%-
XYZ13.119.318.7-
YUV86.75124.19161.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=48.20%
G=23.02%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134648000.520.400.47346.2935.3538.82
Hex864050034282F15a2327
Octal20610012006450575324347
Binary10000110100000010100000110100101000101111101011010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864050; }

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

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

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

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

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

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

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

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