#930700

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

Shades of Dark Red #930700

Tints of Dark Red #930700

Color information

#930700 (or 0x930700) is unknown color: approx Dark Red. HEX triplet: 93, 07 and 00. RGB value is (147,7,0). Sum of RGB (Red+Green+Blue) = 147+7+0=154 (20% of max value = 765). Red value is 147 (57.81% from 255 or 95.45% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 147 - color contains mainly: red. Hex color #930700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930700 is #6CF8FF. Grayscale: #303030. Windows color (decimal): -7141632 or 1939. OLE color: 1939.

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

Color convert

RGB14770-
CMYK00.9510.42
HSL2.86º100%28.82%-
HSV(B)2.86º100%57.65%-
XYZ12.116.360.59-
YUV48.06100.88198.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 95.45%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.45%
G=4.55%
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
Decimal1477000.9510.422.8610028.82
Hex937005F642A3641d
Octal22370013714452314435
Binary10010011111001011111110010010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930700; }

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

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

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

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

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

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

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

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