#940D00

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

Shades of Dark Red #940D00

Tints of Dark Red #940D00

Color information

#940D00 (or 0x940D00) is unknown color: approx Dark Red. HEX triplet: 94, 0D and 00. RGB value is (148,13,0). Sum of RGB (Red+Green+Blue) = 148+13+0=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #940D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940D00 is #6BF2FF. Grayscale: #343434. Windows color (decimal): -7074560 or 3476. OLE color: 3476.

HSL color Cylindrical-coordinate representation of color #940D00: hue angle of 5.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940D00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB148130-
CMYK00.9110.42
HSL5.27º100%29.02%-
HSV(B)5.27º100%58.04%-
XYZ12.366.580.62-
YUV51.8898.73196.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 91.93%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.93%
G=8.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813000.9110.425.2710029.02
Hex94D005B642A5641d
Octal224150013314452514435
Binary1001010011010010110111100100101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940D00; }

 p { color: rgb(148,13,0); }

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

<style>
 a { background-color: #940D00; }

 a { background-color: rgb(148,13,0); }

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

<style>
 span { border-color: #940D00; }

 span { border-color: rgb(148,13,0); }

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