Html Css Color HEX #931706 Dark Red

📋 copy color: '#931706'

red 147 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #931706

Tints of Dark Red #931706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 83.52%
G = 13.07%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#931706 (or 0x931706) is known color: Dark Red. HEX triplet: 93, 17 and 06. RGB value is (147,23,6). Sum of RGB (Red+Green+Blue) = 147+23+6=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #931706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931706 is #6CE8F9. Grayscale: #3A3A3A. Windows color (decimal): -7137530 or 399251. OLE color: 399251.

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

Color convert

RGB 147 23 6 -
CMYK 0 0.84 0.96 0.42
HSL 7.23º 0.92% 0.3% -
HSV(B) 7.23º 0.96% 0.58% -
XYZ 12.37 6.83 0.84 -
YUV 58.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 147 23 6 0 0.84 0.96 0.42 7.23 0.92 0.3
Hex 93 17 6 0 54 60 2A 7 5C 1E
Octal 223 27 6 0 124 140 52 7 134 36
Binary 10010011 10111 110 0 1010100 1100000 101010 111 1011100 11110

Color Harmonies of #931706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931706

Black with #931706

Text Example


Text Example

White with #931706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931706; }

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

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

background-color css

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

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

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

border-color css

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

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

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