#881B27

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

Shades of Flame Red #881B27

Tints of Flame Red #881B27

Color information

#881B27 (or 0x881B27) is unknown color: approx Flame Red. HEX triplet: 88, 1B and 27. RGB value is (136,27,39). Sum of RGB (Red+Green+Blue) = 136+27+39=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #881B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B27 is #77E4D8. Grayscale: #3D3D3D. Windows color (decimal): -7857369 or 2562952. OLE color: 2562952.

HSL color Cylindrical-coordinate representation of color #881B27: hue angle of 353.39º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B27 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1362739-
CMYK00.800.710.47
HSL353.39º66.87%31.96%-
HSV(B)353.39º80.15%53.33%-
XYZ10.916.162.53-
YUV60.96115.61181.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.33%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=67.33%
G=13.37%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136273900.800.710.47353.3966.8731.96
Hex881B27050472F1614320
Octal210334701201075754110340
Binary10001000110111001110101000010001111011111011000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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