#891822

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

Shades of Flame Red #891822

Tints of Flame Red #891822

Color information

#891822 (or 0x891822) is unknown color: approx Flame Red. HEX triplet: 89, 18 and 22. RGB value is (137,24,34). Sum of RGB (Red+Green+Blue) = 137+24+34=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891822 is #76E7DD. Grayscale: #3B3B3B. Windows color (decimal): -7792606 or 2234505. OLE color: 2234505.

HSL color Cylindrical-coordinate representation of color #891822: hue angle of 354.69º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1372434-
CMYK00.820.750.46
HSL354.69º70.19%31.57%-
HSV(B)354.69º82.48%53.73%-
XYZ10.936.092.11-
YUV58.93113.94183.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=70.26%
G=12.31%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137243400.820.750.46354.6970.1931.57
Hex8918220524B2E1634620
Octal211304201221135654310640
Binary10001001110001000100101001010010111011101011000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891822; }

 p { color: rgb(137,24,34); }

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

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

 a { background-color: rgb(137,24,34); }

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

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

 span { border-color: rgb(137,24,34); }

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