#9D0C5C

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

Shades of Jazzberry Jam #9D0C5C

Tints of Jazzberry Jam #9D0C5C

Color information

#9D0C5C (or 0x9D0C5C) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0C and 5C. RGB value is (157,12,92). Sum of RGB (Red+Green+Blue) = 157+12+92=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C5C is #62F3A3. Grayscale: #404040. Windows color (decimal): -6484900 or 6032541. OLE color: 6032541.

HSL color Cylindrical-coordinate representation of color #9D0C5C: hue angle of 326.9º degrees, saturation: 0.86, 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 #9D0C5C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1571292-
CMYK00.920.410.38
HSL326.9º85.8%33.14%-
HSV(B)326.9º92.36%61.57%-
XYZ15.978.210.87-
YUV64.47143.54194-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=60.15%
G=4.60%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157129200.920.410.38326.985.833.14
Hex9DC5C05C29261475621
Octal235141340134514650712641
Binary1001110111001011100010111001010011001101010001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,92); }

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

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

 a { background-color: rgb(157,12,92); }

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

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

 span { border-color: rgb(157,12,92); }

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