#86394B

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

Shades of Camelot #86394B

Tints of Camelot #86394B

Color information

#86394B (or 0x86394B) is unknown color: approx Camelot. HEX triplet: 86, 39 and 4B. RGB value is (134,57,75). Sum of RGB (Red+Green+Blue) = 134+57+75=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86394B is #79C6B4. Grayscale: #525252. Windows color (decimal): -7980725 or 4929926. OLE color: 4929926.

HSL color Cylindrical-coordinate representation of color #86394B: hue angle of 345.97º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86394B is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1345775-
CMYK00.570.440.47
HSL345.97º40.31%37.45%-
HSV(B)345.97º57.46%52.55%-
XYZ12.568.57.64-
YUV82.07124.01165.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=50.38%
G=21.43%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134577500.570.440.47345.9740.3137.45
Hex86394B0392C2F15a2825
Octal2067111307154575325045
Binary1000011011100110010110111001101100101111101011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86394B; }

 p { color: rgb(134,57,75); }

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

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

 a { background-color: rgb(134,57,75); }

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

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

 span { border-color: rgb(134,57,75); }

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