#86374E

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

Shades of Camelot #86374E

Tints of Camelot #86374E

Color information

#86374E (or 0x86374E) is unknown color: approx Camelot. HEX triplet: 86, 37 and 4E. RGB value is (134,55,78). Sum of RGB (Red+Green+Blue) = 134+55+78=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86374E is #79C8B1. Grayscale: #515151. Windows color (decimal): -7981234 or 5126022. OLE color: 5126022.

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

Color convert

RGB1345578-
CMYK00.590.420.47
HSL342.53º41.8%37.06%-
HSV(B)342.53º58.96%52.55%-
XYZ12.578.358.16-
YUV81.24126.17165.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=50.19%
G=20.60%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134557800.590.420.47342.5341.837.06
Hex86374E03B2A2F1572a25
Octal2066711607352575275245
Binary1000011011011110011100111011101010101111101010111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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