#882931

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

Shades of Flame Red #882931

Tints of Flame Red #882931

Color information

#882931 (or 0x882931) is unknown color: approx Flame Red. HEX triplet: 88, 29 and 31. RGB value is (136,41,49). Sum of RGB (Red+Green+Blue) = 136+41+49=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882931 is #77D6CE. Grayscale: #464646. Windows color (decimal): -7853775 or 3221896. OLE color: 3221896.

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

Color convert

RGB1364149-
CMYK00.700.640.47
HSL354.95º53.67%34.71%-
HSV(B)354.95º69.85%53.33%-
XYZ11.57.043.66-
YUV70.32115.97174.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=60.18%
G=18.14%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136414900.700.640.47354.9553.6734.71
Hex882931046402F1633623
Octal21051610106100575436643
Binary10001000101001110001010001101000000101111101100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882931; }

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

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

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

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

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

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

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

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