#9D0849

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

Shades of Jazzberry Jam #9D0849

Tints of Jazzberry Jam #9D0849

Color information

#9D0849 (or 0x9D0849) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 08 and 49. RGB value is (157,8,73). Sum of RGB (Red+Green+Blue) = 157+8+73=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0849 is #62F7B6. Grayscale: #3B3B3B. Windows color (decimal): -6485943 or 4786333. OLE color: 4786333.

HSL color Cylindrical-coordinate representation of color #9D0849: hue angle of 333.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0849 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB157873-
CMYK00.950.540.38
HSL333.83º90.3%32.35%-
HSV(B)333.83º94.9%61.57%-
XYZ15.197.827.01-
YUV59.96135.36197.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.97%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=65.97%
G=3.36%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15787300.950.540.38333.8390.332.35
Hex9D84905F362614e5a20
Octal235101110137664651613240
Binary1001110110001001001010111111101101001101010011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,8,73); }

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

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

 a { background-color: rgb(157,8,73); }

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

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

 span { border-color: rgb(157,8,73); }

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