#9C0D51

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

Shades of Jazzberry Jam #9C0D51

Tints of Jazzberry Jam #9C0D51

Color information

#9C0D51 (or 0x9C0D51) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0D and 51. RGB value is (156,13,81). Sum of RGB (Red+Green+Blue) = 156+13+81=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D51 is #63F2AE. Grayscale: #3F3F3F. Windows color (decimal): -6550191 or 5311900. OLE color: 5311900.

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

Color convert

RGB1561381-
CMYK00.920.480.39
HSL331.47º84.62%33.14%-
HSV(B)331.47º91.67%61.18%-
XYZ15.347.958.51-
YUV63.51137.88193.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=62.4%
G=5.2%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156138100.920.480.39331.4784.6233.14
Hex9CD5105C302714b5521
Octal234151210134604751312541
Binary1001110011011010001010111001100001001111010010111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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