#86374A

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

Shades of Camelot #86374A

Tints of Camelot #86374A

Color information

#86374A (or 0x86374A) is unknown color: approx Camelot. HEX triplet: 86, 37 and 4A. RGB value is (134,55,74). Sum of RGB (Red+Green+Blue) = 134+55+74=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86374A is #79C8B5. Grayscale: #505050. Windows color (decimal): -7981238 or 4863878. OLE color: 4863878.

HSL color Cylindrical-coordinate representation of color #86374A: hue angle of 345.57º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86374A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1345574-
CMYK00.590.450.47
HSL345.57º41.8%37.06%-
HSV(B)345.57º58.96%52.55%-
XYZ12.438.37.42-
YUV80.79124.17165.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=50.95%
G=20.91%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134557400.590.450.47345.5741.837.06
Hex86374A03B2D2F15a2a25
Octal2066711207355575325245
Binary1000011011011110010100111011101101101111101011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86374A; }

 p { color: rgb(134,55,74); }

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

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

 a { background-color: rgb(134,55,74); }

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

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

 span { border-color: rgb(134,55,74); }

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