Html Css Color HEX #9D020C Sangria

📋 copy color: '#9D020C'

red 157 ◦ green 2 ◦ blue 12

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

Shades of Sangria #9D020C

Tints of Sangria #9D020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 91.81%
G = 1.17%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D020C (or 0x9D020C) is known color: Sangria. HEX triplet: 9D, 02 and 0C. RGB value is (157,2,12). Sum of RGB (Red+Green+Blue) = 157+2+12=171 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.81% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 157 - color contains mainly: red. Hex color #9D020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D020C is #62FDF3. Grayscale: #313131. Windows color (decimal): -6487540 or 787101. OLE color: 787101.

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

Color convert

RGB 157 2 12 -
CMYK 0 0.99 0.92 0.38
HSL 356.13º 0.97% 0.31% -
HSV(B) 356.13º 0.99% 0.62% -
XYZ 13.99 7.24 1.01 -
YUV 49.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 157 2 12 0 0.99 0.92 0.38 356.13 0.97 0.31
Hex 9D 2 C 0 63 5C 26 164 61 1F
Octal 235 2 14 0 143 134 46 544 141 37
Binary 10011101 10 1100 0 1100011 1011100 100110 101100100 1100001 11111

Color Harmonies of #9D020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D020C

Black with #9D020C

Text Example


Text Example

White with #9D020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,12); }

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

background-color css

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

 a { background-color: rgb(157,2,12); }

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

border-color css

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

 span { border-color: rgb(157,2,12); }

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