Html Css Color HEX #9F1606 Dark Red

📋 copy color: '#9F1606'

red 159 ◦ green 22 ◦ blue 6

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

Shades of Dark Red #9F1606

Tints of Dark Red #9F1606

RGB

 RED value IS 159 (62.5% from 255) = 85.03%

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 85.03%
G = 11.76%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F1606 (or 0x9F1606) is known color: Dark Red. HEX triplet: 9F, 16 and 06. RGB value is (159,22,6). Sum of RGB (Red+Green+Blue) = 159+22+6=187 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.03% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1606 is #60E9F9. Grayscale: #3D3D3D. Windows color (decimal): -6351354 or 399007. OLE color: 399007.

HSL color Cylindrical-coordinate representation of color #9F1606: hue angle of 6.27º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F1606 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 22 6 -
CMYK 0 0.86 0.96 0.38
HSL 6.27º 0.93% 0.32% -
HSV(B) 6.27º 0.96% 0.62% -
XYZ 14.62 7.96 0.94 -
YUV 61.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 159 22 6 0 0.86 0.96 0.38 6.27 0.93 0.32
Hex 9F 16 6 0 56 60 26 6 5D 20
Octal 237 26 6 0 126 140 46 6 135 40
Binary 10011111 10110 110 0 1010110 1100000 100110 110 1011101 100000

Color Harmonies of #9F1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1606

Black with #9F1606

Text Example


Text Example

White with #9F1606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1606; }

 p { color: rgb(159,22,6); }

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

background-color css

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

 a { background-color: rgb(159,22,6); }

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

border-color css

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

 span { border-color: rgb(159,22,6); }

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