#920A09

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

Shades of Dark Red #920A09

Tints of Dark Red #920A09

Color information

#920A09 (or 0x920A09) is unknown color: approx Dark Red. HEX triplet: 92, 0A and 09. RGB value is (146,10,9). Sum of RGB (Red+Green+Blue) = 146+10+9=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A09 is #6DF5F6. Grayscale: #323232. Windows color (decimal): -7206391 or 592530. OLE color: 592530.

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

Color convert

RGB146109-
CMYK00.930.940.43
HSL0.44º88.39%30.39%-
HSV(B)0.44º93.84%57.25%-
XYZ12.016.350.85-
YUV50.55104.56196.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 88.48%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=88.48%
G=6.06%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610900.930.940.430.4488.3930.39
Hex92A905D5E2B0581e
Octal2221211013513653013036
Binary10010010101010010101110110111101010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A09; }

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

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

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

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

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

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

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

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