Html Css Color HEX #9D0B11 Sangria

📋 copy color: '#9D0B11'

red 157 ◦ green 11 ◦ blue 17

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

Shades of Sangria #9D0B11

Tints of Sangria #9D0B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 84.86%
G = 5.95%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D0B11 (or 0x9D0B11) is known color: Sangria. HEX triplet: 9D, 0B and 11. RGB value is (157,11,17). Sum of RGB (Red+Green+Blue) = 157+11+17=185 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.86% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0B11 is #62F4EE. Grayscale: #373737. Windows color (decimal): -6485231 or 1117085. OLE color: 1117085.

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

Color convert

RGB 157 11 17 -
CMYK 0 0.93 0.89 0.38
HSL 357.53º 0.87% 0.33% -
HSV(B) 357.53º 0.93% 0.62% -
XYZ 14.13 7.45 1.22 -
YUV 55.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 157 11 17 0 0.93 0.89 0.38 357.53 0.87 0.33
Hex 9D B 11 0 5D 59 26 166 57 21
Octal 235 13 21 0 135 131 46 546 127 41
Binary 10011101 1011 10001 0 1011101 1011001 100110 101100110 1010111 100001

Color Harmonies of #9D0B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0B11

Black with #9D0B11

Text Example


Text Example

White with #9D0B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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