#881F27

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

Shades of Flame Red #881F27

Tints of Flame Red #881F27

Color information

#881F27 (or 0x881F27) is unknown color: approx Flame Red. HEX triplet: 88, 1F and 27. RGB value is (136,31,39). Sum of RGB (Red+Green+Blue) = 136+31+39=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #881F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F27 is #77E0D8. Grayscale: #3F3F3F. Windows color (decimal): -7856345 or 2563976. OLE color: 2563976.

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

Color convert

RGB1363139-
CMYK00.770.710.47
HSL355.43º62.87%32.75%-
HSV(B)355.43º77.21%53.33%-
XYZ11.016.362.57-
YUV63.31114.29179.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=66.02%
G=15.05%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136313900.770.710.47355.4362.8732.75
Hex881F2704D472F1633f21
Octal21037470115107575437741
Binary1000100011111100111010011011000111101111101100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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