#9D0D12

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

Shades of Sangria #9D0D12

Tints of Sangria #9D0D12

Color information

#9D0D12 (or 0x9D0D12) is unknown color: approx Sangria. HEX triplet: 9D, 0D and 12. RGB value is (157,13,18). Sum of RGB (Red+Green+Blue) = 157+13+18=188 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.51% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0D12 is #62F2ED. Grayscale: #383838. Windows color (decimal): -6484718 or 1183133. OLE color: 1183133.

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

Color convert

RGB1571318-
CMYK00.920.890.38
HSL357.92º84.71%33.33%-
HSV(B)357.92º91.72%61.57%-
XYZ14.167.51.27-
YUV56.63106.21199.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 83.51%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=83.51%
G=6.91%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157131800.920.890.38357.9284.7133.33
Hex9DD1205C59261665521
Octal235152201341314654612541
Binary100111011101100100101110010110011001101011001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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