#862027

Color #862027 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #862027

Tints of Flame Red #862027

Color information

#862027 (or 0x862027) is unknown color: approx Flame Red. HEX triplet: 86, 20 and 27. RGB value is (134,32,39). Sum of RGB (Red+Green+Blue) = 134+32+39=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #862027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862027 is #79DFD8. Grayscale: #3F3F3F. Windows color (decimal): -7987161 or 2564230. OLE color: 2564230.

HSL color Cylindrical-coordinate representation of color #862027: hue angle of 355.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862027 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1343239-
CMYK00.760.710.47
HSL355.88º61.45%32.55%-
HSV(B)355.88º76.12%52.55%-
XYZ10.716.252.56-
YUV63.3114.29178.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=65.37%
G=15.61%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134323900.760.710.47355.8861.4532.55
Hex86202704C472F1643d21
Octal20640470114107575447541
Binary10000110100000100111010011001000111101111101100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862027; }

 p { color: rgb(134,32,39); }

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

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

 a { background-color: rgb(134,32,39); }

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

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

 span { border-color: rgb(134,32,39); }

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