#940900

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

Shades of Dark Red #940900

Tints of Dark Red #940900

Color information

#940900 (or 0x940900) is unknown color: approx Dark Red. HEX triplet: 94, 09 and 00. RGB value is (148,9,0). Sum of RGB (Red+Green+Blue) = 148+9+0=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940900 is #6BF6FF. Grayscale: #313131. Windows color (decimal): -7075584 or 2452. OLE color: 2452.

HSL color Cylindrical-coordinate representation of color #940900: hue angle of 3.65º 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 #940900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB14890-
CMYK00.9410.42
HSL3.65º100%29.02%-
HSV(B)3.65º100%58.04%-
XYZ12.316.490.6-
YUV49.54100.05198.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 94.27%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.27%
G=5.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489000.9410.423.6510029.02
Hex949005E642A4641d
Octal224110013614452414435
Binary1001010010010010111101100100101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940900; }

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

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

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

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

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

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

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

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