#881928

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

Shades of Flame Red #881928

Tints of Flame Red #881928

Color information

#881928 (or 0x881928) is unknown color: approx Flame Red. HEX triplet: 88, 19 and 28. RGB value is (136,25,40). Sum of RGB (Red+Green+Blue) = 136+25+40=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881928 is #77E6D7. Grayscale: #3B3B3B. Windows color (decimal): -7857880 or 2627976. OLE color: 2627976.

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

Color convert

RGB1362540-
CMYK00.820.710.47
HSL351.89º68.94%31.57%-
HSV(B)351.89º81.62%53.33%-
XYZ10.886.082.61-
YUV59.9116.77182.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=67.66%
G=12.44%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136254000.820.710.47351.8968.9431.57
Hex881928052472F1604520
Octal210315001221075754010540
Binary10001000110011010000101001010001111011111011000001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881928; }

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

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

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

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

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

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

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

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