Html Css Color HEX #930400 Dark Red

📋 copy color: '#930400'

red 147 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #930400

Tints of Dark Red #930400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 97.35%
G = 2.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#930400 (or 0x930400) is known color: Dark Red. HEX triplet: 93, 04 and 00. RGB value is (147,4,0). Sum of RGB (Red+Green+Blue) = 147+4+0=151 (20% of max value = 765). Red value is 147 (57.81% from 255 or 97.35% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 147 - color contains mainly: red. Hex color #930400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930400 is #6CFBFF. Grayscale: #2E2E2E. Windows color (decimal): -7142400 or 1171. OLE color: 1171.

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

Color convert

RGB 147 4 0 -
CMYK 0 0.97 1 0.42
HSL 1.63º 1% 0.29% -
HSV(B) 1.63º 1% 0.58% -
XYZ 12.08 6.29 0.58 -
YUV 46.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 147 4 0 0 0.97 1 0.42 1.63 1 0.29
Hex 93 4 0 0 61 64 2A 2 64 1D
Octal 223 4 0 0 141 144 52 2 144 35
Binary 10010011 100 0 0 1100001 1100100 101010 10 1100100 11101

Color Harmonies of #930400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930400

Black with #930400

Text Example


Text Example

White with #930400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930400; }

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

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

background-color css

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

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

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

border-color css

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

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

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