Html Css Color HEX #930700 Dark Red

📋 copy color: '#930700'

red 147 ◦ green 7 ◦ blue 0

#930700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #930700

Tints of Dark Red #930700

RGB

 RED value IS 147 (57.81% from 255) = 95.45%

 GREEN value IS 7 (3.13% from 255) = 4.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.45%
G = 4.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#930700 (or 0x930700) is known color: 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

RGB 147 7 0 -
CMYK 0 0.95 1 0.42
HSL 2.86º 1% 0.29% -
HSV(B) 2.86º 1% 0.58% -
XYZ 12.11 6.36 0.59 -
YUV 48.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 147 7 0 0 0.95 1 0.42 2.86 1 0.29
Hex 93 7 0 0 5F 64 2A 3 64 1D
Octal 223 7 0 0 137 144 52 3 144 35
Binary 10010011 111 0 0 1011111 1100100 101010 11 1100100 11101

Color Harmonies of #930700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930700

Black with #930700

Text Example


Text Example

White with #930700

Text Example


Text Example

HTML Codes & Css Web 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>