Html Css Color HEX #9F0109 Sangria

📋 copy color: '#9F0109'

red 159 ◦ green 1 ◦ blue 9

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

Shades of Sangria #9F0109

Tints of Sangria #9F0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 94.08%
G = 0.59%
B = 5.33%

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

#9F0109 (or 0x9F0109) is known color: Sangria. HEX triplet: 9F, 01 and 09. RGB value is (159,1,9). Sum of RGB (Red+Green+Blue) = 159+1+9=169 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.08% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0109 is #60FEF6. Grayscale: #313131. Windows color (decimal): -6356727 or 590239. OLE color: 590239.

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

Color convert

RGB 159 1 9 -
CMYK 0 0.99 0.94 0.38
HSL 356.96º 0.99% 0.31% -
HSV(B) 356.96º 0.99% 0.62% -
XYZ 14.36 7.41 0.93 -
YUV 49.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 159 1 9 0 0.99 0.94 0.38 356.96 0.99 0.31
Hex 9F 1 9 0 63 5E 26 165 63 1F
Octal 237 1 11 0 143 136 46 545 143 37
Binary 10011111 1 1001 0 1100011 1011110 100110 101100101 1100011 11111

Color Harmonies of #9F0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0109

Black with #9F0109

Text Example


Text Example

White with #9F0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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