#861520

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

Shades of Flame Red #861520

Tints of Flame Red #861520

Color information

#861520 (or 0x861520) is unknown color: approx Flame Red. HEX triplet: 86, 15 and 20. RGB value is (134,21,32). Sum of RGB (Red+Green+Blue) = 134+21+32=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861520 is #79EADF. Grayscale: #383838. Windows color (decimal): -7989984 or 2102662. OLE color: 2102662.

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

Color convert

RGB1342132-
CMYK00.840.760.47
HSL354.16º72.9%30.39%-
HSV(B)354.16º84.33%52.55%-
XYZ10.365.711.92-
YUV56.04114.44183.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=71.66%
G=11.23%
B=17.11%

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
Decimal134213200.840.760.47354.1672.930.39
Hex8615200544C2F162491e
Octal206254001241145754211136
Binary1000011010101100000010101001001100101111101100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861520; }

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

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

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

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

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

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

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

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