Html Css Color HEX #9F0704 Dark Red

📋 copy color: '#9F0704'

red 159 ◦ green 7 ◦ blue 4

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

Shades of Dark Red #9F0704

Tints of Dark Red #9F0704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 93.53%
G = 4.12%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F0704 (or 0x9F0704) is known color: Dark Red. HEX triplet: 9F, 07 and 04. RGB value is (159,7,4). Sum of RGB (Red+Green+Blue) = 159+7+4=170 (22% of max value = 765). Red value is 159 (62.5% from 255 or 93.53% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0704 is #60F8FB. Grayscale: #343434. Windows color (decimal): -6355196 or 264095. OLE color: 264095.

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

Color convert

RGB 159 7 4 -
CMYK 0 0.96 0.97 0.38
HSL 1.16º 0.95% 0.32% -
HSV(B) 1.16º 0.97% 0.62% -
XYZ 14.4 7.53 0.81 -
YUV 52.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 159 7 4 0 0.96 0.97 0.38 1.16 0.95 0.32
Hex 9F 7 4 0 60 61 26 1 5F 20
Octal 237 7 4 0 140 141 46 1 137 40
Binary 10011111 111 100 0 1100000 1100001 100110 1 1011111 100000

Color Harmonies of #9F0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0704

Black with #9F0704

Text Example


Text Example

White with #9F0704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,7,4); }

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

background-color css

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

 a { background-color: rgb(159,7,4); }

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

border-color css

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

 span { border-color: rgb(159,7,4); }

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