#9C176D

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

Shades of Jazzberry Jam #9C176D

Tints of Jazzberry Jam #9C176D

Color information

#9C176D (or 0x9C176D) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 17 and 6D. RGB value is (156,23,109). Sum of RGB (Red+Green+Blue) = 156+23+109=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C176D is #63E892. Grayscale: #484848. Windows color (decimal): -6547603 or 7149468. OLE color: 7149468.

HSL color Cylindrical-coordinate representation of color #9C176D: hue angle of 321.2º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C176D is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15623109-
CMYK00.850.300.39
HSL321.2º74.3%35.1%-
HSV(B)321.2º85.26%61.18%-
XYZ16.788.7815.28-
YUV72.57148.56187.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 23 (9.38% from 255) = 7.99%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=54.17%
G=7.99%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562310900.850.300.39321.274.335.1
Hex9C176D0551E271414a23
Octal234271550125364750111243
Binary1001110010111110110101010101111101001111010000011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,23,109); }

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

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

 a { background-color: rgb(156,23,109); }

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

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

 span { border-color: rgb(156,23,109); }

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