#9D114D

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

Shades of Jazzberry Jam #9D114D

Tints of Jazzberry Jam #9D114D

Color information

#9D114D (or 0x9D114D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 11 and 4D. RGB value is (157,17,77). Sum of RGB (Red+Green+Blue) = 157+17+77=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D114D is #62EEB2. Grayscale: #414141. Windows color (decimal): -6483635 or 5050781. OLE color: 5050781.

HSL color Cylindrical-coordinate representation of color #9D114D: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D114D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1571777-
CMYK00.890.510.38
HSL334.29º80.46%34.12%-
HSV(B)334.29º89.17%61.57%-
XYZ15.448.17.77-
YUV65.7134.38193.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=62.55%
G=6.77%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157177700.890.510.38334.2980.4634.12
Hex9D114D059332614e5022
Octal235211150131634651612042
Binary10011101100011001101010110011100111001101010011101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,17,77); }

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

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

 a { background-color: rgb(157,17,77); }

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

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

 span { border-color: rgb(157,17,77); }

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