#881F20

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

Shades of Flame Red #881F20

Tints of Flame Red #881F20

Color information

#881F20 (or 0x881F20) is unknown color: approx Flame Red. HEX triplet: 88, 1F and 20. RGB value is (136,31,32). Sum of RGB (Red+Green+Blue) = 136+31+32=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #881F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F20 is #77E0DF. Grayscale: #3E3E3E. Windows color (decimal): -7856352 or 2105224. OLE color: 2105224.

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

Color convert

RGB1363132-
CMYK00.770.760.47
HSL359.43º62.87%32.75%-
HSV(B)359.43º77.21%53.33%-
XYZ10.96.322.01-
YUV62.51110.79180.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=68.34%
G=15.58%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136313200.770.760.47359.4362.8732.75
Hex881F2004D4C2F1673f21
Octal21037400115114575477741
Binary1000100011111100000010011011001100101111101100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881F20; }

 p { color: rgb(136,31,32); }

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

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

 a { background-color: rgb(136,31,32); }

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

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

 span { border-color: rgb(136,31,32); }

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