Html Css Color HEX #9D0D10 Sangria

📋 copy color: '#9D0D10'

red 157 ◦ green 13 ◦ blue 16

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

Shades of Sangria #9D0D10

Tints of Sangria #9D0D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 84.41%
G = 6.99%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D0D10 (or 0x9D0D10) is known color: Sangria. HEX triplet: 9D, 0D and 10. RGB value is (157,13,16). Sum of RGB (Red+Green+Blue) = 157+13+16=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0D10 is #62F2EF. Grayscale: #383838. Windows color (decimal): -6484720 or 1052061. OLE color: 1052061.

HSL color Cylindrical-coordinate representation of color #9D0D10: hue angle of 358.75º 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 #9D0D10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 13 16 -
CMYK 0 0.92 0.90 0.38
HSL 358.75º 0.85% 0.33% -
HSV(B) 358.75º 0.92% 0.62% -
XYZ 14.14 7.49 1.19 -
YUV 56.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 157 13 16 0 0.92 0.90 0.38 358.75 0.85 0.33
Hex 9D D 10 0 5C 5A 26 167 55 21
Octal 235 15 20 0 134 132 46 547 125 41
Binary 10011101 1101 10000 0 1011100 1011010 100110 101100111 1010101 100001

Color Harmonies of #9D0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D10

Black with #9D0D10

Text Example


Text Example

White with #9D0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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