#921209

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

Shades of Dark Red #921209

Tints of Dark Red #921209

Color information

#921209 (or 0x921209) is unknown color: approx Dark Red. HEX triplet: 92, 12 and 09. RGB value is (146,18,9). Sum of RGB (Red+Green+Blue) = 146+18+9=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #921209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921209 is #6DEDF6. Grayscale: #373737. Windows color (decimal): -7204343 or 594578. OLE color: 594578.

HSL color Cylindrical-coordinate representation of color #921209: hue angle of 3.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #921209 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146189-
CMYK00.880.940.43
HSL3.94º88.39%30.39%-
HSV(B)3.94º93.84%57.25%-
XYZ12.126.560.89-
YUV55.25101.91192.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 84.39%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=84.39%
G=10.40%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14618900.880.940.433.9488.3930.39
Hex921290585E2B4581e
Octal2222211013013653413036
Binary10010010100101001010110001011110101011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921209; }

 p { color: rgb(146,18,9); }

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

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

 a { background-color: rgb(146,18,9); }

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

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

 span { border-color: rgb(146,18,9); }

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