#9D020B

Color #9D020B Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9D020B

Tints of Sangria #9D020B

Color information

#9D020B (or 0x9D020B) is unknown color: approx Sangria. HEX triplet: 9D, 02 and 0B. RGB value is (157,2,11). Sum of RGB (Red+Green+Blue) = 157+2+11=170 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.35% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 157 - color contains mainly: red. Hex color #9D020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D020B is #62FDF4. Grayscale: #313131. Windows color (decimal): -6487541 or 721565. OLE color: 721565.

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

Color convert

RGB157211-
CMYK00.990.930.38
HSL356.52º97.48%31.18%-
HSV(B)356.52º98.73%61.57%-
XYZ13.997.240.98-
YUV49.37106.35204.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 92.35%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=92.35%
G=1.18%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15721100.990.930.38356.5297.4831.18
Hex9D2B0635D26165611f
Octal23521301431354654514137
Binary10011101101011011000111011101100110101100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D020B;
 }
 .AnyTagClassName
 {
   color: #9D020B;
 }
</style>
background-color css

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

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

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

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

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

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