#86374B

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

Shades of Camelot #86374B

Tints of Camelot #86374B

Color information

#86374B (or 0x86374B) is unknown color: approx Camelot. HEX triplet: 86, 37 and 4B. RGB value is (134,55,75). Sum of RGB (Red+Green+Blue) = 134+55+75=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86374B is #79C8B4. Grayscale: #505050. Windows color (decimal): -7981237 or 4929414. OLE color: 4929414.

HSL color Cylindrical-coordinate representation of color #86374B: hue angle of 344.81º 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 #86374B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1345575-
CMYK00.590.440.47
HSL344.81º41.8%37.06%-
HSV(B)344.81º58.96%52.55%-
XYZ12.478.317.6-
YUV80.9124.67165.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=50.76%
G=20.83%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134557500.590.440.47344.8141.837.06
Hex86374B03B2C2F1592a25
Octal2066711307354575315245
Binary1000011011011110010110111011101100101111101011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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