#9D000C

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

Shades of Sangria #9D000C

Tints of Sangria #9D000C

Color information

#9D000C (or 0x9D000C) is unknown color: approx Sangria. HEX triplet: 9D, 00 and 0C. RGB value is (157,0,12). Sum of RGB (Red+Green+Blue) = 157+0+12=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000C is #62FFF3. Grayscale: #303030. Windows color (decimal): -6488052 or 786589. OLE color: 786589.

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

Color convert

RGB157012-
CMYK010.920.38
HSL355.41º100%30.78%-
HSV(B)355.41º100%61.57%-
XYZ13.977.191-
YUV48.31107.51205.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 92.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=92.90%
G=0%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157012010.920.38355.4110030.78
Hex9D0C0645C26163641f
Octal23501401441344654314437
Binary1001110101100011001001011100100110101100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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