#881620

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

Shades of Flame Red #881620

Tints of Flame Red #881620

Color information

#881620 (or 0x881620) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 20. RGB value is (136,22,32). Sum of RGB (Red+Green+Blue) = 136+22+32=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881620 is #77E9DF. Grayscale: #393939. Windows color (decimal): -7858656 or 2102920. OLE color: 2102920.

HSL color Cylindrical-coordinate representation of color #881620: hue angle of 354.74º 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 #881620 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1362232-
CMYK00.840.760.47
HSL354.74º72.15%30.98%-
HSV(B)354.74º83.82%53.33%-
XYZ10.75.911.94-
YUV57.23113.77184.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=71.58%
G=11.58%
B=16.84%

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
Decimal136223200.840.760.47354.7472.1530.98
Hex8816200544C2F163481f
Octal210264001241145754311037
Binary1000100010110100000010101001001100101111101100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881620; }

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

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

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

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

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

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

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

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