Html Css Color HEX #9D0D11 Sangria

📋 copy color: '#9D0D11'

red 157 ◦ green 13 ◦ blue 17

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

Shades of Sangria #9D0D11

Tints of Sangria #9D0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 83.96%
G = 6.95%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D0D11 (or 0x9D0D11) is known color: Sangria. HEX triplet: 9D, 0D and 11. RGB value is (157,13,17). Sum of RGB (Red+Green+Blue) = 157+13+17=187 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.96% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0D11 is #62F2EE. Grayscale: #383838. Windows color (decimal): -6484719 or 1117597. OLE color: 1117597.

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

Color convert

RGB 157 13 17 -
CMYK 0 0.92 0.89 0.38
HSL 358.33º 0.85% 0.33% -
HSV(B) 358.33º 0.92% 0.62% -
XYZ 14.15 7.5 1.23 -
YUV 56.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 157 13 17 0 0.92 0.89 0.38 358.33 0.85 0.33
Hex 9D D 11 0 5C 59 26 166 55 21
Octal 235 15 21 0 134 131 46 546 125 41
Binary 10011101 1101 10001 0 1011100 1011001 100110 101100110 1010101 100001

Color Harmonies of #9D0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D11

Black with #9D0D11

Text Example


Text Example

White with #9D0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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