Html Css Color HEX #9F0708 Sangria

📋 copy color: '#9F0708'

red 159 ◦ green 7 ◦ blue 8

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

Shades of Sangria #9F0708

Tints of Sangria #9F0708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 91.38%
G = 4.02%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F0708 (or 0x9F0708) is known color: Sangria. HEX triplet: 9F, 07 and 08. RGB value is (159,7,8). Sum of RGB (Red+Green+Blue) = 159+7+8=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0708 is #60F8F7. Grayscale: #343434. Windows color (decimal): -6355192 or 526239. OLE color: 526239.

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

Color convert

RGB 159 7 8 -
CMYK 0 0.96 0.95 0.38
HSL 359.61º 0.92% 0.33% -
HSV(B) 359.61º 0.96% 0.62% -
XYZ 14.42 7.54 0.93 -
YUV 52.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 159 7 8 0 0.96 0.95 0.38 359.61 0.92 0.33
Hex 9F 7 8 0 60 5F 26 168 5C 21
Octal 237 7 10 0 140 137 46 550 134 41
Binary 10011111 111 1000 0 1100000 1011111 100110 101101000 1011100 100001

Color Harmonies of #9F0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0708

Black with #9F0708

Text Example


Text Example

White with #9F0708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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