#86414E

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

Shades of Camelot #86414E

Tints of Camelot #86414E

Color information

#86414E (or 0x86414E) is unknown color: approx Camelot. HEX triplet: 86, 41 and 4E. RGB value is (134,65,78). Sum of RGB (Red+Green+Blue) = 134+65+78=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86414E is #79BEB1. Grayscale: #575757. Windows color (decimal): -7978674 or 5128582. OLE color: 5128582.

HSL color Cylindrical-coordinate representation of color #86414E: hue angle of 348.7º degrees, saturation: 0.35, 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 #86414E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1346578-
CMYK00.510.420.47
HSL348.7º34.67%39.02%-
HSV(B)348.7º51.49%52.55%-
XYZ13.19.48.33-
YUV87.11122.86161.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=48.38%
G=23.47%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134657800.510.420.47348.734.6739.02
Hex86414E0332A2F15d2327
Octal20610111606352575354347
Binary10000110100000110011100110011101010101111101011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86414E; }

 p { color: rgb(134,65,78); }

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

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

 a { background-color: rgb(134,65,78); }

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

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

 span { border-color: rgb(134,65,78); }

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