#920D06

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

Shades of Dark Red #920D06

Tints of Dark Red #920D06

Color information

#920D06 (or 0x920D06) is unknown color: approx Dark Red. HEX triplet: 92, 0D and 06. RGB value is (146,13,6). Sum of RGB (Red+Green+Blue) = 146+13+6=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920D06 is #6DF2F9. Grayscale: #343434. Windows color (decimal): -7205626 or 396690. OLE color: 396690.

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

Color convert

RGB146136-
CMYK00.910.960.43
HSL92.11%29.8%-
HSV(B)95.89%57.25%-
XYZ12.036.410.78-
YUV51.97102.06195.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 88.48%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=88.48%
G=7.88%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613600.910.960.43392.1129.8
Hex92D605B602B35c1e
Octal222156013314053313436
Binary10010010110111001011011110000010101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,13,6); }

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

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

 a { background-color: rgb(146,13,6); }

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

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

 span { border-color: rgb(146,13,6); }

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