#9D0309

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

Shades of Sangria #9D0309

Tints of Sangria #9D0309

Color information

#9D0309 (or 0x9D0309) is unknown color: approx Sangria. HEX triplet: 9D, 03 and 09. RGB value is (157,3,9). Sum of RGB (Red+Green+Blue) = 157+3+9=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0309 is #62FCF6. Grayscale: #313131. Windows color (decimal): -6487287 or 590749. OLE color: 590749.

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

Color convert

RGB15739-
CMYK00.980.940.38
HSL357.66º96.25%31.37%-
HSV(B)357.66º98.09%61.57%-
XYZ13.997.250.92-
YUV49.73105.02204.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 92.90%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=92.90%
G=1.78%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573900.980.940.38357.6696.2531.37
Hex9D390625E26166601f
Octal23531101421364654614037
Binary10011101111001011000101011110100110101100110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,3,9); }

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

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

 a { background-color: rgb(157,3,9); }

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

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

 span { border-color: rgb(157,3,9); }

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