#86364D

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

Shades of Camelot #86364D

Tints of Camelot #86364D

Color information

#86364D (or 0x86364D) is unknown color: approx Camelot. HEX triplet: 86, 36 and 4D. RGB value is (134,54,77). Sum of RGB (Red+Green+Blue) = 134+54+77=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86364D is #79C9B2. Grayscale: #505050. Windows color (decimal): -7981491 or 5060230. OLE color: 5060230.

HSL color Cylindrical-coordinate representation of color #86364D: hue angle of 342.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86364D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1345477-
CMYK00.600.430.47
HSL342.75º42.55%36.86%-
HSV(B)342.75º59.7%52.55%-
XYZ12.498.247.95-
YUV80.54126166.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=50.57%
G=20.38%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134547700.600.430.47342.7542.5536.86
Hex86364D03C2B2F1572b25
Octal2066611507453575275345
Binary1000011011011010011010111100101011101111101010111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86364D; }

 p { color: rgb(134,54,77); }

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

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

 a { background-color: rgb(134,54,77); }

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

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

 span { border-color: rgb(134,54,77); }

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