#9D0248

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

Shades of Jazzberry Jam #9D0248

Tints of Jazzberry Jam #9D0248

Color information

#9D0248 (or 0x9D0248) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 02 and 48. RGB value is (157,2,72). Sum of RGB (Red+Green+Blue) = 157+2+72=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0248 is #62FDB7. Grayscale: #383838. Windows color (decimal): -6487480 or 4719261. OLE color: 4719261.

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

Color convert

RGB157272-
CMYK00.990.540.38
HSL332.9º97.48%31.18%-
HSV(B)332.9º98.73%61.57%-
XYZ15.17.686.82-
YUV56.32136.85199.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.97%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=67.97%
G=0.87%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15727200.990.540.38332.997.4831.18
Hex9D248063362614d611f
Octal23521100143664651514137
Binary1001110110100100001100011110110100110101001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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