#920A07

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

Shades of Dark Red #920A07

Tints of Dark Red #920A07

Color information

#920A07 (or 0x920A07) is unknown color: approx Dark Red. HEX triplet: 92, 0A and 07. RGB value is (146,10,7). Sum of RGB (Red+Green+Blue) = 146+10+7=163 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.57% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 146 - color contains mainly: red. Hex color #920A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A07 is #6DF5F8. Grayscale: #323232. Windows color (decimal): -7206393 or 461458. OLE color: 461458.

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

Color convert

RGB146107-
CMYK00.930.950.43
HSL1.29º90.85%30%-
HSV(B)1.29º95.21%57.25%-
XYZ126.340.79-
YUV50.32103.56196.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 89.57%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=89.57%
G=6.13%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610700.930.950.431.2990.8530
Hex92A705D5F2B15b1e
Octal222127013513753113336
Binary1001001010101110101110110111111010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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