Html Css Color HEX #931309 Dark Red

📋 copy color: '#931309'

red 147 ◦ green 19 ◦ blue 9

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

Shades of Dark Red #931309

Tints of Dark Red #931309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 84%
G = 10.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#931309 (or 0x931309) is known color: Dark Red. HEX triplet: 93, 13 and 09. RGB value is (147,19,9). Sum of RGB (Red+Green+Blue) = 147+19+9=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #931309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931309 is #6CECF6. Grayscale: #383838. Windows color (decimal): -7138551 or 594835. OLE color: 594835.

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

Color convert

RGB 147 19 9 -
CMYK 0 0.87 0.94 0.42
HSL 4.35º 0.88% 0.31% -
HSV(B) 4.35º 0.94% 0.58% -
XYZ 12.31 6.69 0.9 -
YUV 56.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 147 19 9 0 0.87 0.94 0.42 4.35 0.88 0.31
Hex 93 13 9 0 57 5E 2A 4 58 1F
Octal 223 23 11 0 127 136 52 4 130 37
Binary 10010011 10011 1001 0 1010111 1011110 101010 100 1011000 11111

Color Harmonies of #931309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931309

Black with #931309

Text Example


Text Example

White with #931309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931309; }

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

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

background-color css

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

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

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

border-color css

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

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

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