#882227

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

Shades of Flame Red #882227

Tints of Flame Red #882227

Color information

#882227 (or 0x882227) is unknown color: approx Flame Red. HEX triplet: 88, 22 and 27. RGB value is (136,34,39). Sum of RGB (Red+Green+Blue) = 136+34+39=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #882227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882227 is #77DDD8. Grayscale: #414141. Windows color (decimal): -7855577 or 2564744. OLE color: 2564744.

HSL color Cylindrical-coordinate representation of color #882227: hue angle of 357.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882227 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1363439-
CMYK00.750.710.47
HSL357.06º60%33.33%-
HSV(B)357.06º75%53.33%-
XYZ11.096.522.59-
YUV65.07113.29178.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.07%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=65.07%
G=16.27%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136343900.750.710.47357.066033.33
Hex88222704B472F1653c21
Octal21042470113107575457441
Binary10001000100010100111010010111000111101111101100101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882227; }

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

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

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

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

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

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

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

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