Html Css Color HEX #931009 Dark Red

📋 copy color: '#931009'

red 147 ◦ green 16 ◦ blue 9

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

Shades of Dark Red #931009

Tints of Dark Red #931009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 9 (3.91% from 255) = 5.23%

R = 85.47%
G = 9.3%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#931009 (or 0x931009) is known color: Dark Red. HEX triplet: 93, 10 and 09. RGB value is (147,16,9). Sum of RGB (Red+Green+Blue) = 147+16+9=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #931009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931009 is #6CEFF6. Grayscale: #363636. Windows color (decimal): -7139319 or 594067. OLE color: 594067.

HSL color Cylindrical-coordinate representation of color #931009: hue angle of 3.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #931009 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 9 -
CMYK 0 0.89 0.94 0.42
HSL 3.04º 0.88% 0.31% -
HSV(B) 3.04º 0.94% 0.58% -
XYZ 12.27 6.59 0.88 -
YUV 54.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 147 16 9 0 0.89 0.94 0.42 3.04 0.88 0.31
Hex 93 10 9 0 59 5E 2A 3 58 1F
Octal 223 20 11 0 131 136 52 3 130 37
Binary 10010011 10000 1001 0 1011001 1011110 101010 11 1011000 11111

Color Harmonies of #931009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931009

Black with #931009

Text Example


Text Example

White with #931009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931009; }

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

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

background-color css

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

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

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

border-color css

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

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

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