#882930

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

Shades of Flame Red #882930

Tints of Flame Red #882930

Color information

#882930 (or 0x882930) is unknown color: approx Flame Red. HEX triplet: 88, 29 and 30. RGB value is (136,41,48). Sum of RGB (Red+Green+Blue) = 136+41+48=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882930 is #77D6CF. Grayscale: #464646. Windows color (decimal): -7853776 or 3156360. OLE color: 3156360.

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

Color convert

RGB1364148-
CMYK00.700.650.47
HSL355.58º53.67%34.71%-
HSV(B)355.58º69.85%53.33%-
XYZ11.487.033.55-
YUV70.2115.47174.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.44%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=60.44%
G=18.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136414800.700.650.47355.5853.6734.71
Hex882930046412F1643623
Octal21051600106101575446643
Binary10001000101001110000010001101000001101111101100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882930; }

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

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

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

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

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

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

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

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