Html Css Color HEX #9D020A Sangria

📋 copy color: '#9D020A'

red 157 ◦ green 2 ◦ blue 10

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

Shades of Sangria #9D020A

Tints of Sangria #9D020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 92.9%
G = 1.18%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D020A (or 0x9D020A) is known color: Sangria. HEX triplet: 9D, 02 and 0A. RGB value is (157,2,10). Sum of RGB (Red+Green+Blue) = 157+2+10=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D020A is #62FDF5. Grayscale: #313131. Windows color (decimal): -6487542 or 656029. OLE color: 656029.

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

Color convert

RGB 157 2 10 -
CMYK 0 0.99 0.94 0.38
HSL 356.9º 0.97% 0.31% -
HSV(B) 356.9º 0.99% 0.62% -
XYZ 13.98 7.23 0.95 -
YUV 49.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 157 2 10 0 0.99 0.94 0.38 356.9 0.97 0.31
Hex 9D 2 A 0 63 5E 26 165 61 1F
Octal 235 2 12 0 143 136 46 545 141 37
Binary 10011101 10 1010 0 1100011 1011110 100110 101100101 1100001 11111

Color Harmonies of #9D020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D020A

Black with #9D020A

Text Example


Text Example

White with #9D020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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