#940700

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

Shades of Dark Red #940700

Tints of Dark Red #940700

Color information

#940700 (or 0x940700) is unknown color: approx Dark Red. HEX triplet: 94, 07 and 00. RGB value is (148,7,0). Sum of RGB (Red+Green+Blue) = 148+7+0=155 (20% of max value = 765). Red value is 148 (58.20% from 255 or 95.48% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 148 - color contains mainly: red. Hex color #940700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940700 is #6BF8FF. Grayscale: #303030. Windows color (decimal): -7076096 or 1940. OLE color: 1940.

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

Color convert

RGB14870-
CMYK00.9510.42
HSL2.84º100%29.02%-
HSV(B)2.84º100%58.04%-
XYZ12.296.450.6-
YUV48.36100.71199.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 95.48%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.48%
G=4.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487000.9510.422.8410029.02
Hex947005F642A3641d
Octal22470013714452314435
Binary10010100111001011111110010010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940700; }

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

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

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

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

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

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

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

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