#8B1622

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

Shades of Flame Red #8B1622

Tints of Flame Red #8B1622

Color information

#8B1622 (or 0x8B1622) is unknown color: approx Flame Red. HEX triplet: 8B, 16 and 22. RGB value is (139,22,34). Sum of RGB (Red+Green+Blue) = 139+22+34=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1622 is #74E9DD. Grayscale: #3A3A3A. Windows color (decimal): -7662046 or 2233995. OLE color: 2233995.

HSL color Cylindrical-coordinate representation of color #8B1622: hue angle of 353.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1622 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1392234-
CMYK00.840.760.45
HSL353.85º72.67%31.57%-
HSV(B)353.85º84.17%54.51%-
XYZ11.226.182.11-
YUV58.35114.26185.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=71.28%
G=11.28%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139223400.840.760.45353.8572.6731.57
Hex8B16220544C2D1624920
Octal213264201241145554211140
Binary10001011101101000100101010010011001011011011000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1622; }

 p { color: rgb(139,22,34); }

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

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

 a { background-color: rgb(139,22,34); }

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

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

 span { border-color: rgb(139,22,34); }

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