#882A31

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

Shades of Flame Red #882A31

Tints of Flame Red #882A31

Color information

#882A31 (or 0x882A31) is unknown color: approx Flame Red. HEX triplet: 88, 2A and 31. RGB value is (136,42,49). Sum of RGB (Red+Green+Blue) = 136+42+49=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A31 is #77D5CE. Grayscale: #464646. Windows color (decimal): -7853519 or 3222152. OLE color: 3222152.

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

Color convert

RGB1364249-
CMYK00.690.640.47
HSL355.53º52.81%34.9%-
HSV(B)355.53º69.12%53.33%-
XYZ11.547.113.67-
YUV70.9115.64174.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=59.91%
G=18.50%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136424900.690.640.47355.5352.8134.9
Hex882A31045402F1643523
Octal21052610105100575446543
Binary10001000101010110001010001011000000101111101100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A31; }

 p { color: rgb(136,42,49); }

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

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

 a { background-color: rgb(136,42,49); }

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

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

 span { border-color: rgb(136,42,49); }

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