Html Css Color HEX #9F0209 Sangria

📋 copy color: '#9F0209'

red 159 ◦ green 2 ◦ blue 9

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

Shades of Sangria #9F0209

Tints of Sangria #9F0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 93.53%
G = 1.18%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F0209 (or 0x9F0209) is known color: Sangria. HEX triplet: 9F, 02 and 09. RGB value is (159,2,9). Sum of RGB (Red+Green+Blue) = 159+2+9=170 (22% of max value = 765). Red value is 159 (62.5% from 255 or 93.53% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0209 is #60FDF6. Grayscale: #313131. Windows color (decimal): -6356471 or 590495. OLE color: 590495.

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

Color convert

RGB 159 2 9 -
CMYK 0 0.99 0.94 0.38
HSL 357.32º 0.98% 0.32% -
HSV(B) 357.32º 0.99% 0.62% -
XYZ 14.37 7.43 0.94 -
YUV 49.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 159 2 9 0 0.99 0.94 0.38 357.32 0.98 0.32
Hex 9F 2 9 0 63 5E 26 165 62 20
Octal 237 2 11 0 143 136 46 545 142 40
Binary 10011111 10 1001 0 1100011 1011110 100110 101100101 1100010 100000

Color Harmonies of #9F0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0209

Black with #9F0209

Text Example


Text Example

White with #9F0209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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