#861620

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

Shades of Flame Red #861620

Tints of Flame Red #861620

Color information

#861620 (or 0x861620) is unknown color: approx Flame Red. HEX triplet: 86, 16 and 20. RGB value is (134,22,32). Sum of RGB (Red+Green+Blue) = 134+22+32=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #861620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861620 is #79E9DF. Grayscale: #383838. Windows color (decimal): -7989728 or 2102918. OLE color: 2102918.

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

Color convert

RGB1342232-
CMYK00.840.760.47
HSL354.64º71.79%30.59%-
HSV(B)354.64º83.58%52.55%-
XYZ10.385.751.93-
YUV56.63114.11183.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=71.28%
G=11.70%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134223200.840.760.47354.6471.7930.59
Hex8616200544C2F163481f
Octal206264001241145754311037
Binary1000011010110100000010101001001100101111101100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861620; }

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

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

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

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

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

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

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

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