#9D0452

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

Shades of Jazzberry Jam #9D0452

Tints of Jazzberry Jam #9D0452

Color information

#9D0452 (or 0x9D0452) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 04 and 52. RGB value is (157,4,82). Sum of RGB (Red+Green+Blue) = 157+4+82=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0452 is #62FBAD. Grayscale: #3A3A3A. Windows color (decimal): -6486958 or 5375133. OLE color: 5375133.

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

Color convert

RGB157482-
CMYK00.970.480.38
HSL329.41º95.03%31.57%-
HSV(B)329.41º97.45%61.57%-
XYZ15.477.868.69-
YUV58.64141.19198.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.61%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=64.61%
G=1.65%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15748200.970.480.38329.4195.0331.57
Hex9D45206130261495f20
Octal23541220141604651113740
Binary100111011001010010011000011100001001101010010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,4,82); }

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

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

 a { background-color: rgb(157,4,82); }

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

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

 span { border-color: rgb(157,4,82); }

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