Html Css Color HEX #9F0906 Dark Red

📋 copy color: '#9F0906'

red 159 ◦ green 9 ◦ blue 6

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

Shades of Dark Red #9F0906

Tints of Dark Red #9F0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

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

R = 91.38%
G = 5.17%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F0906 (or 0x9F0906) is known color: Dark Red. HEX triplet: 9F, 09 and 06. RGB value is (159,9,6). Sum of RGB (Red+Green+Blue) = 159+9+6=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0906 is #60F6F9. Grayscale: #353535. Windows color (decimal): -6354682 or 395679. OLE color: 395679.

HSL color Cylindrical-coordinate representation of color #9F0906: hue angle of 1.18º 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 #9F0906 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 9 6 -
CMYK 0 0.94 0.96 0.38
HSL 1.18º 0.93% 0.32% -
HSV(B) 1.18º 0.96% 0.62% -
XYZ 14.43 7.58 0.87 -
YUV 53.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 159 9 6 0 0.94 0.96 0.38 1.18 0.93 0.32
Hex 9F 9 6 0 5E 60 26 1 5D 20
Octal 237 11 6 0 136 140 46 1 135 40
Binary 10011111 1001 110 0 1011110 1100000 100110 1 1011101 100000

Color Harmonies of #9F0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0906

Black with #9F0906

Text Example


Text Example

White with #9F0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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