Html Css Color HEX #9F0809 Sangria

📋 copy color: '#9F0809'

red 159 ◦ green 8 ◦ blue 9

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

Shades of Sangria #9F0809

Tints of Sangria #9F0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

 BLUE value IS 9 (3.91% from 255) = 5.11%

R = 90.34%
G = 4.55%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F0809 (or 0x9F0809) is known color: Sangria. HEX triplet: 9F, 08 and 09. RGB value is (159,8,9). Sum of RGB (Red+Green+Blue) = 159+8+9=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0809 is #60F7F6. Grayscale: #353535. Windows color (decimal): -6354935 or 592031. OLE color: 592031.

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

Color convert

RGB 159 8 9 -
CMYK 0 0.95 0.94 0.38
HSL 359.6º 0.9% 0.33% -
HSV(B) 359.6º 0.95% 0.62% -
XYZ 14.43 7.56 0.96 -
YUV 53.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 159 8 9 0 0.95 0.94 0.38 359.6 0.9 0.33
Hex 9F 8 9 0 5F 5E 26 168 5A 21
Octal 237 10 11 0 137 136 46 550 132 41
Binary 10011111 1000 1001 0 1011111 1011110 100110 101101000 1011010 100001

Color Harmonies of #9F0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0809

Black with #9F0809

Text Example


Text Example

White with #9F0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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