#930D04

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

Shades of Dark Red #930D04

Tints of Dark Red #930D04

Color information

#930D04 (or 0x930D04) is unknown color: approx Dark Red. HEX triplet: 93, 0D and 04. RGB value is (147,13,4). Sum of RGB (Red+Green+Blue) = 147+13+4=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #930D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930D04 is #6CF2FB. Grayscale: #343434. Windows color (decimal): -7140092 or 265619. OLE color: 265619.

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

Color convert

RGB147134-
CMYK00.910.970.42
HSL3.78º94.7%29.61%-
HSV(B)3.78º97.28%57.65%-
XYZ12.26.50.73-
YUV52.04100.89195.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 89.63%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=89.63%
G=7.93%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713400.910.970.423.7894.729.61
Hex93D405B612A45f1e
Octal223154013314152413736
Binary100100111101100010110111100001101010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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