#9C0D50

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

Shades of Jazzberry Jam #9C0D50

Tints of Jazzberry Jam #9C0D50

Color information

#9C0D50 (or 0x9C0D50) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0D and 50. RGB value is (156,13,80). Sum of RGB (Red+Green+Blue) = 156+13+80=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D50 is #63F2AF. Grayscale: #3F3F3F. Windows color (decimal): -6550192 or 5246364. OLE color: 5246364.

HSL color Cylindrical-coordinate representation of color #9C0D50: hue angle of 331.89º 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 #9C0D50 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1561380-
CMYK00.920.490.39
HSL331.89º84.62%33.14%-
HSV(B)331.89º91.67%61.18%-
XYZ15.37.938.31-
YUV63.4137.38194.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=62.65%
G=5.22%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156138000.920.490.39331.8984.6233.14
Hex9CD5005C312714c5521
Octal234151200134614751412541
Binary1001110011011010000010111001100011001111010011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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