#881621

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

Shades of Flame Red #881621

Tints of Flame Red #881621

Color information

#881621 (or 0x881621) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 21. RGB value is (136,22,33). Sum of RGB (Red+Green+Blue) = 136+22+33=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881621 is #77E9DE. Grayscale: #393939. Windows color (decimal): -7858655 or 2168456. OLE color: 2168456.

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

Color convert

RGB1362233-
CMYK00.840.760.47
HSL354.21º72.15%30.98%-
HSV(B)354.21º83.82%53.33%-
XYZ10.715.922.02-
YUV57.34114.27184.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=71.20%
G=11.52%
B=17.28%

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
Decimal136223300.840.760.47354.2172.1530.98
Hex8816210544C2F162481f
Octal210264101241145754211037
Binary1000100010110100001010101001001100101111101100010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881621; }

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

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

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

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

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

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

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

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