#9D0B53

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

Shades of Jazzberry Jam #9D0B53

Tints of Jazzberry Jam #9D0B53

Color information

#9D0B53 (or 0x9D0B53) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0B and 53. RGB value is (157,11,83). Sum of RGB (Red+Green+Blue) = 157+11+83=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0B53 is #62F4AC. Grayscale: #3E3E3E. Windows color (decimal): -6485165 or 5442461. OLE color: 5442461.

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

Color convert

RGB1571183-
CMYK00.930.470.38
HSL330.41º86.9%32.94%-
HSV(B)330.41º92.99%61.57%-
XYZ15.598.038.91-
YUV62.86139.37195.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 11 (4.69% from 255) = 4.38%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=62.55%
G=4.38%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157118300.930.470.38330.4186.932.94
Hex9DB5305D2F2614a5721
Octal235131230135574651212741
Binary1001110110111010011010111011011111001101010010101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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