#881922

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

Shades of Flame Red #881922

Tints of Flame Red #881922

Color information

#881922 (or 0x881922) is unknown color: approx Flame Red. HEX triplet: 88, 19 and 22. RGB value is (136,25,34). Sum of RGB (Red+Green+Blue) = 136+25+34=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881922 is #77E6DD. Grayscale: #3B3B3B. Windows color (decimal): -7857886 or 2234760. OLE color: 2234760.

HSL color Cylindrical-coordinate representation of color #881922: hue angle of 355.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881922 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1362534-
CMYK00.820.750.47
HSL355.14º68.94%31.57%-
HSV(B)355.14º81.62%53.33%-
XYZ10.796.042.11-
YUV59.22113.77182.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=69.74%
G=12.82%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136253400.820.750.47355.1468.9431.57
Hex8819220524B2F1634520
Octal210314201221135754310540
Binary10001000110011000100101001010010111011111011000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881922; }

 p { color: rgb(136,25,34); }

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

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

 a { background-color: rgb(136,25,34); }

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

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

 span { border-color: rgb(136,25,34); }

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