#9D0B5F

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

Shades of Jazzberry Jam #9D0B5F

Tints of Jazzberry Jam #9D0B5F

Color information

#9D0B5F (or 0x9D0B5F) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0B and 5F. RGB value is (157,11,95). Sum of RGB (Red+Green+Blue) = 157+11+95=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B5F is #62F4A0. Grayscale: #404040. Windows color (decimal): -6485153 or 6228893. OLE color: 6228893.

HSL color Cylindrical-coordinate representation of color #9D0B5F: hue angle of 325.48º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B5F is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1571195-
CMYK00.930.390.38
HSL325.48º86.9%32.94%-
HSV(B)325.48º92.99%61.57%-
XYZ16.098.2311.57-
YUV64.23145.37194.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=59.70%
G=4.18%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157119500.930.390.38325.4886.932.94
Hex9DB5F05D27261455721
Octal235131370135474650512741
Binary1001110110111011111010111011001111001101010001011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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