#9c1251

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

Shades of Jazzberry Jam #9C1251

Tints of Jazzberry Jam #9C1251

Color information

#9C1251 (or 0x9C1251) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 12 and 51. RGB value is (156,18,81). Sum of RGB (Red+Green+Blue) = 156+18+81=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1251 is #63EDAE. Grayscale: #424242. Windows color (decimal): -6548911 or 5313180. OLE color: 5313180.

HSL color Cylindrical-coordinate representation of color #9C1251: hue angle of 332.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1251 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1561881-
CMYK00.880.480.39
HSL332.61º79.31%34.12%-
HSV(B)332.61º88.46%61.18%-
XYZ15.418.098.53-
YUV66.44136.22191.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.18%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=61.18%
G=7.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156188100.880.480.39332.6179.3134.12
Hex9C1251058302714d4f22
Octal234221210130604751511742
Binary10011100100101010001010110001100001001111010011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,18,81); }

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

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

 a { background-color: rgb(156,18,81); }

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

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

 span { border-color: rgb(156,18,81); }

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