#9D0D50

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

Shades of Jazzberry Jam #9D0D50

Tints of Jazzberry Jam #9D0D50

Color information

#9D0D50 (or 0x9D0D50) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0D and 50. RGB value is (157,13,80). Sum of RGB (Red+Green+Blue) = 157+13+80=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0D50 is #62F2AF. Grayscale: #3F3F3F. Windows color (decimal): -6484656 or 5246365. OLE color: 5246365.

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

Color convert

RGB1571380-
CMYK00.920.490.38
HSL332.08º84.71%33.33%-
HSV(B)332.08º91.72%61.57%-
XYZ15.58.048.32-
YUV63.69137.21194.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.8%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 80 (31.64% from 255) = 32%
R=62.8%
G=5.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157138000.920.490.38332.0884.7133.33
Hex9DD5005C312614c5521
Octal235151200134614651412541
Binary1001110111011010000010111001100011001101010011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,13,80); }

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

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

 a { background-color: rgb(157,13,80); }

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

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

 span { border-color: rgb(157,13,80); }

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