#9D1052

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

Shades of Jazzberry Jam #9D1052

Tints of Jazzberry Jam #9D1052

Color information

#9D1052 (or 0x9D1052) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 10 and 52. RGB value is (157,16,82). Sum of RGB (Red+Green+Blue) = 157+16+82=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1052 is #62EFAD. Grayscale: #414141. Windows color (decimal): -6483886 or 5378205. OLE color: 5378205.

HSL color Cylindrical-coordinate representation of color #9D1052: hue angle of 331.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1052 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1571682-
CMYK00.900.480.38
HSL331.91º81.5%33.92%-
HSV(B)331.91º89.81%61.57%-
XYZ15.618.158.73-
YUV65.68137.21193.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.57%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=61.57%
G=6.27%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157168200.900.480.38331.9181.533.92
Hex9D105205A302614c5222
Octal235201220132604651412242
Binary10011101100001010010010110101100001001101010011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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