#8D094A

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

Shades of Jazzberry Jam #8D094A

Tints of Jazzberry Jam #8D094A

Color information

#8D094A (or 0x8D094A) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 09 and 4A. RGB value is (141,9,74). Sum of RGB (Red+Green+Blue) = 141+9+74=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D094A is #72F6B5. Grayscale: #373737. Windows color (decimal): -7534262 or 4852109. OLE color: 4852109.

HSL color Cylindrical-coordinate representation of color #8D094A: hue angle of 330.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D094A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB141974-
CMYK00.940.480.45
HSL330.45º88%29.41%-
HSV(B)330.45º93.62%55.29%-
XYZ12.326.357.06-
YUV55.88138.23188.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=62.95%
G=4.02%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14197400.940.480.45330.458829.41
Hex8D94A05E302D14a581d
Octal215111120136605551213035
Binary100011011001100101001011110110000101101101001010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D094A; }

 p { color: rgb(141,9,74); }

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

<style>
 a { background-color: #8D094A; }

 a { background-color: rgb(141,9,74); }

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

<style>
 span { border-color: #8D094A; }

 span { border-color: rgb(141,9,74); }

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