#9D0247

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

Shades of Jazzberry Jam #9D0247

Tints of Jazzberry Jam #9D0247

Color information

#9D0247 (or 0x9D0247) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 02 and 47. RGB value is (157,2,71). Sum of RGB (Red+Green+Blue) = 157+2+71=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0247 is #62FDB8. Grayscale: #383838. Windows color (decimal): -6487481 or 4653725. OLE color: 4653725.

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

Color convert

RGB157271-
CMYK00.990.550.38
HSL333.29º97.48%31.18%-
HSV(B)333.29º98.73%61.57%-
XYZ15.067.676.65-
YUV56.21136.35199.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.26%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=68.26%
G=0.87%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15727100.990.550.38333.2997.4831.18
Hex9D247063372614d611f
Octal23521070143674651514137
Binary1001110110100011101100011110111100110101001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,2,71); }

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

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

 a { background-color: rgb(157,2,71); }

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

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

 span { border-color: rgb(157,2,71); }

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