#9D0E41

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

Shades of Jazzberry Jam #9D0E41

Tints of Jazzberry Jam #9D0E41

Color information

#9D0E41 (or 0x9D0E41) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0E and 41. RGB value is (157,14,65). Sum of RGB (Red+Green+Blue) = 157+14+65=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E41 is #62F1BE. Grayscale: #3E3E3E. Windows color (decimal): -6484415 or 4263581. OLE color: 4263581.

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

Color convert

RGB1571465-
CMYK00.910.590.38
HSL338.6º83.63%33.53%-
HSV(B)338.6º91.08%61.57%-
XYZ15.027.865.73-
YUV62.57129.38195.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.53%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=66.53%
G=5.93%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157146500.910.590.38338.683.6333.53
Hex9DE4105B3B261535422
Octal235161010133734652312442
Binary1001110111101000001010110111110111001101010100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,14,65); }

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

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

 a { background-color: rgb(157,14,65); }

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

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

 span { border-color: rgb(157,14,65); }

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