Html Css Color HEX #9D1213 Sangria

📋 copy color: '#9D1213'

red 157 ◦ green 18 ◦ blue 19

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

Shades of Sangria #9D1213

Tints of Sangria #9D1213

RGB

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

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

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

R = 80.93%
G = 9.28%
B = 9.79%

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

#9D1213 (or 0x9D1213) is known color: Sangria. HEX triplet: 9D, 12 and 13. RGB value is (157,18,19). Sum of RGB (Red+Green+Blue) = 157+18+19=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1213 is #62EDEC. Grayscale: #3B3B3B. Windows color (decimal): -6483437 or 1249949. OLE color: 1249949.

HSL color Cylindrical-coordinate representation of color #9D1213: hue angle of 359.57º degrees, saturation: 0.79, 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 #9D1213 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 18 19 -
CMYK 0 0.89 0.88 0.38
HSL 359.57º 0.79% 0.34% -
HSV(B) 359.57º 0.89% 0.62% -
XYZ 14.24 7.65 1.34 -
YUV 59.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 157 18 19 0 0.89 0.88 0.38 359.57 0.79 0.34
Hex 9D 12 13 0 59 58 26 168 4F 22
Octal 235 22 23 0 131 130 46 550 117 42
Binary 10011101 10010 10011 0 1011001 1011000 100110 101101000 1001111 100010

Color Harmonies of #9D1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1213

Black with #9D1213

Text Example


Text Example

White with #9D1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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