#9C104F

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

Shades of Jazzberry Jam #9C104F

Tints of Jazzberry Jam #9C104F

Color information

#9C104F (or 0x9C104F) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 10 and 4F. RGB value is (156,16,79). Sum of RGB (Red+Green+Blue) = 156+16+79=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C104F is #63EFB0. Grayscale: #404040. Windows color (decimal): -6549425 or 5181596. OLE color: 5181596.

HSL color Cylindrical-coordinate representation of color #9C104F: hue angle of 333º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C104F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1561679-
CMYK00.900.490.39
HSL333º81.4%33.73%-
HSV(B)333º89.74%61.18%-
XYZ15.3188.14-
YUV65.04135.88192.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=62.15%
G=6.37%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156167900.900.490.3933381.433.73
Hex9C104F05A312714d5122
Octal234201170132614751512142
Binary10011100100001001111010110101100011001111010011011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,16,79); }

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

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

 a { background-color: rgb(156,16,79); }

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

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

 span { border-color: rgb(156,16,79); }

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