#86364F

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

Shades of Camelot #86364F

Tints of Camelot #86364F

Color information

#86364F (or 0x86364F) is unknown color: approx Camelot. HEX triplet: 86, 36 and 4F. RGB value is (134,54,79). Sum of RGB (Red+Green+Blue) = 134+54+79=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86364F is #79C9B0. Grayscale: #505050. Windows color (decimal): -7981489 or 5191302. OLE color: 5191302.

HSL color Cylindrical-coordinate representation of color #86364F: hue angle of 341.25º 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 #86364F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1345479-
CMYK00.600.410.47
HSL341.25º42.55%36.86%-
HSV(B)341.25º59.7%52.55%-
XYZ12.568.278.33-
YUV80.77127165.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=50.19%
G=20.22%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134547900.600.410.47341.2542.5536.86
Hex86364F03C292F1552b25
Octal2066611707451575255345
Binary1000011011011010011110111100101001101111101010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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