Html Css Color HEX #930900 Dark Red

📋 copy color: '#930900'

red 147 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #930900

Tints of Dark Red #930900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 94.23%
G = 5.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#930900 (or 0x930900) is known color: Dark Red. HEX triplet: 93, 09 and 00. RGB value is (147,9,0). Sum of RGB (Red+Green+Blue) = 147+9+0=156 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.23% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 147 - color contains mainly: red. Hex color #930900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930900 is #6CF6FF. Grayscale: #313131. Windows color (decimal): -7141120 or 2451. OLE color: 2451.

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

Color convert

RGB 147 9 0 -
CMYK 0 0.94 1 0.42
HSL 3.67º 1% 0.29% -
HSV(B) 3.67º 1% 0.58% -
XYZ 12.13 6.4 0.6 -
YUV 49.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 147 9 0 0 0.94 1 0.42 3.67 1 0.29
Hex 93 9 0 0 5E 64 2A 4 64 1D
Octal 223 11 0 0 136 144 52 4 144 35
Binary 10010011 1001 0 0 1011110 1100100 101010 100 1100100 11101

Color Harmonies of #930900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930900

Black with #930900

Text Example


Text Example

White with #930900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930900; }

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

 H1.HeaderClassName
 {
   color: #930900;
 }
 .AnyTagClassName
 {
   color: #930900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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