#921409

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

Shades of Dark Red #921409

Tints of Dark Red #921409

Color information

#921409 (or 0x921409) is unknown color: approx Dark Red. HEX triplet: 92, 14 and 09. RGB value is (146,20,9). Sum of RGB (Red+Green+Blue) = 146+20+9=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #921409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921409 is #6DEBF6. Grayscale: #383838. Windows color (decimal): -7203831 or 595090. OLE color: 595090.

HSL color Cylindrical-coordinate representation of color #921409: hue angle of 4.82º 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 #921409 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146209-
CMYK00.860.940.43
HSL4.82º88.39%30.39%-
HSV(B)4.82º93.84%57.25%-
XYZ12.156.630.9-
YUV56.42101.24191.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=83.43%
G=11.43%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14620900.860.940.434.8288.3930.39
Hex921490565E2B5581e
Octal2222411012613653513036
Binary10010010101001001010101101011110101011101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921409; }

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

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

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

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

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

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

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

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