#940906

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

Shades of Dark Red #940906

Tints of Dark Red #940906

Color information

#940906 (or 0x940906) is unknown color: approx Dark Red. HEX triplet: 94, 09 and 06. RGB value is (148,9,6). Sum of RGB (Red+Green+Blue) = 148+9+6=163 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.80% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 148 - color contains mainly: red. Hex color #940906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940906 is #6BF6F9. Grayscale: #323232. Windows color (decimal): -7075578 or 395668. OLE color: 395668.

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

Color convert

RGB14896-
CMYK00.940.960.42
HSL1.27º92.21%30.2%-
HSV(B)1.27º95.95%58.04%-
XYZ12.346.50.78-
YUV50.22103.05197.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 90.80%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=90.80%
G=5.52%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489600.940.960.421.2792.2130.2
Hex949605E602A15c1e
Octal224116013614052113436
Binary1001010010011100101111011000001010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940906; }

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

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

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

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

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

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

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

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