#9C054B

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

Shades of Jazzberry Jam #9C054B

Tints of Jazzberry Jam #9C054B

Color information

#9C054B (or 0x9C054B) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 4B. RGB value is (156,5,75). Sum of RGB (Red+Green+Blue) = 156+5+75=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C054B is #63FAB4. Grayscale: #3A3A3A. Windows color (decimal): -6552245 or 4916636. OLE color: 4916636.

HSL color Cylindrical-coordinate representation of color #9C054B: hue angle of 332.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C054B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB156575-
CMYK00.970.520.39
HSL332.19º93.79%31.57%-
HSV(B)332.19º96.79%61.18%-
XYZ15.037.687.35-
YUV58.13137.53197.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=66.10%
G=2.12%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15657500.970.520.39332.1993.7931.57
Hex9C54B061342714c5e20
Octal23451130141644751413640
Binary100111001011001011011000011101001001111010011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,75); }

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

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

 a { background-color: rgb(156,5,75); }

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

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

 span { border-color: rgb(156,5,75); }

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