#881619

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

Shades of Flame Red #881619

Tints of Flame Red #881619

Color information

#881619 (or 0x881619) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 19. RGB value is (136,22,25). Sum of RGB (Red+Green+Blue) = 136+22+25=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881619 is #77E9E6. Grayscale: #383838. Windows color (decimal): -7858663 or 1644168. OLE color: 1644168.

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

Color convert

RGB1362225-
CMYK00.840.820.47
HSL358.42º72.15%30.98%-
HSV(B)358.42º83.82%53.33%-
XYZ10.625.881.49-
YUV56.43110.27184.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=74.32%
G=12.02%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136222500.840.820.47358.4272.1530.98
Hex881619054522F166481f
Octal210263101241225754611037
Binary100010001011011001010101001010010101111101100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881619; }

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

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

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

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

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

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

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

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