#930D06

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

Shades of Dark Red #930D06

Tints of Dark Red #930D06

Color information

#930D06 (or 0x930D06) is unknown color: approx Dark Red. HEX triplet: 93, 0D and 06. RGB value is (147,13,6). Sum of RGB (Red+Green+Blue) = 147+13+6=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #930D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930D06 is #6CF2F9. Grayscale: #343434. Windows color (decimal): -7140090 or 396691. OLE color: 396691.

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

Color convert

RGB147136-
CMYK00.910.960.42
HSL2.98º92.16%30%-
HSV(B)2.98º95.92%57.65%-
XYZ12.216.50.78-
YUV52.27101.89195.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 88.55%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=88.55%
G=7.83%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713600.910.960.422.9892.1630
Hex93D605B602A35c1e
Octal223156013314052313436
Binary10010011110111001011011110000010101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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