Html Css Color HEX #9D1113 Sangria

📋 copy color: '#9D1113'

red 157 ◦ green 17 ◦ blue 19

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

Shades of Sangria #9D1113

Tints of Sangria #9D1113

RGB

 RED value IS 157 (61.72% from 255) = 81.35%

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

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 81.35%
G = 8.81%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D1113 (or 0x9D1113) is known color: Sangria. HEX triplet: 9D, 11 and 13. RGB value is (157,17,19). Sum of RGB (Red+Green+Blue) = 157+17+19=193 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.35% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1113 is #62EEEC. Grayscale: #3B3B3B. Windows color (decimal): -6483693 or 1249693. OLE color: 1249693.

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

Color convert

RGB 157 17 19 -
CMYK 0 0.89 0.88 0.38
HSL 359.14º 0.8% 0.34% -
HSV(B) 359.14º 0.89% 0.62% -
XYZ 14.22 7.62 1.34 -
YUV 59.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 157 17 19 0 0.89 0.88 0.38 359.14 0.8 0.34
Hex 9D 11 13 0 59 58 26 167 50 22
Octal 235 21 23 0 131 130 46 547 120 42
Binary 10011101 10001 10011 0 1011001 1011000 100110 101100111 1010000 100010

Color Harmonies of #9D1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1113

Black with #9D1113

Text Example


Text Example

White with #9D1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,19); }

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

background-color css

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

 a { background-color: rgb(157,17,19); }

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

border-color css

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

 span { border-color: rgb(157,17,19); }

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