#9D000B

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

Shades of Sangria #9D000B

Tints of Sangria #9D000B

Color information

#9D000B (or 0x9D000B) is unknown color: approx Sangria. HEX triplet: 9D, 00 and 0B. RGB value is (157,0,11). Sum of RGB (Red+Green+Blue) = 157+0+11=168 (22% of max value = 765). Red value is 157 (61.72% from 255 or 93.45% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 157 - color contains mainly: red. Hex color #9D000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D000B is #62FFF4. Grayscale: #303030. Windows color (decimal): -6488053 or 721053. OLE color: 721053.

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

Color convert

RGB157011-
CMYK010.930.38
HSL355.8º100%30.78%-
HSV(B)355.8º100%61.57%-
XYZ13.977.190.97-
YUV48.2107.01205.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 93.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=93.45%
G=0%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157011010.930.38355.810030.78
Hex9D0B0645D26164641f
Octal23501301441354654414437
Binary1001110101011011001001011101100110101100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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