Html Css Color HEX #9F1112 Sangria

📋 copy color: '#9F1112'

red 159 ◦ green 17 ◦ blue 18

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

Shades of Sangria #9F1112

Tints of Sangria #9F1112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 81.96%
G = 8.76%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F1112 (or 0x9F1112) is known color: Sangria. HEX triplet: 9F, 11 and 12. RGB value is (159,17,18). Sum of RGB (Red+Green+Blue) = 159+17+18=194 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.96% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1112 is #60EEED. Grayscale: #3B3B3B. Windows color (decimal): -6352622 or 1184159. OLE color: 1184159.

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

Color convert

RGB 159 17 18 -
CMYK 0 0.89 0.89 0.38
HSL 359.58º 0.81% 0.35% -
HSV(B) 359.58º 0.89% 0.62% -
XYZ 14.61 7.82 1.31 -
YUV 59.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 159 17 18 0 0.89 0.89 0.38 359.58 0.81 0.35
Hex 9F 11 12 0 59 59 26 168 51 23
Octal 237 21 22 0 131 131 46 550 121 43
Binary 10011111 10001 10010 0 1011001 1011001 100110 101101000 1010001 100011

Color Harmonies of #9F1112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1112

Black with #9F1112

Text Example


Text Example

White with #9F1112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,17,18); }

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

background-color css

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

 a { background-color: rgb(159,17,18); }

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

border-color css

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

 span { border-color: rgb(159,17,18); }

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