Html Css Color HEX #931306 Dark Red

📋 copy color: '#931306'

red 147 ◦ green 19 ◦ blue 6

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

Shades of Dark Red #931306

Tints of Dark Red #931306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 85.47%
G = 11.05%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#931306 (or 0x931306) is known color: Dark Red. HEX triplet: 93, 13 and 06. RGB value is (147,19,6). Sum of RGB (Red+Green+Blue) = 147+19+6=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #931306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931306 is #6CECF9. Grayscale: #373737. Windows color (decimal): -7138554 or 398227. OLE color: 398227.

HSL color Cylindrical-coordinate representation of color #931306: hue angle of 5.53º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #931306 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 6 -
CMYK 0 0.87 0.96 0.42
HSL 5.53º 0.92% 0.3% -
HSV(B) 5.53º 0.96% 0.58% -
XYZ 12.3 6.68 0.81 -
YUV 55.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 147 19 6 0 0.87 0.96 0.42 5.53 0.92 0.3
Hex 93 13 6 0 57 60 2A 6 5C 1E
Octal 223 23 6 0 127 140 52 6 134 36
Binary 10010011 10011 110 0 1010111 1100000 101010 110 1011100 11110

Color Harmonies of #931306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931306

Black with #931306

Text Example


Text Example

White with #931306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931306; }

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

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

background-color css

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

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

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

border-color css

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

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

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