Html Css Color HEX #9F090F Sangria

📋 copy color: '#9F090F'

red 159 ◦ green 9 ◦ blue 15

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

Shades of Sangria #9F090F

Tints of Sangria #9F090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 86.89%
G = 4.92%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F090F (or 0x9F090F) is known color: Sangria. HEX triplet: 9F, 09 and 0F. RGB value is (159,9,15). Sum of RGB (Red+Green+Blue) = 159+9+15=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F090F is #60F6F0. Grayscale: #363636. Windows color (decimal): -6354673 or 985503. OLE color: 985503.

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

Color convert

RGB 159 9 15 -
CMYK 0 0.94 0.91 0.38
HSL 357.6º 0.89% 0.33% -
HSV(B) 357.6º 0.94% 0.62% -
XYZ 14.48 7.6 1.16 -
YUV 54.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 159 9 15 0 0.94 0.91 0.38 357.6 0.89 0.33
Hex 9F 9 F 0 5E 5B 26 166 59 21
Octal 237 11 17 0 136 133 46 546 131 41
Binary 10011111 1001 1111 0 1011110 1011011 100110 101100110 1011001 100001

Color Harmonies of #9F090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F090F

Black with #9F090F

Text Example


Text Example

White with #9F090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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