#8D024B

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

Shades of Jazzberry Jam #8D024B

Tints of Jazzberry Jam #8D024B

Color information

#8D024B (or 0x8D024B) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 02 and 4B. RGB value is (141,2,75). Sum of RGB (Red+Green+Blue) = 141+2+75=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D024B is #72FDB4. Grayscale: #333333. Windows color (decimal): -7536053 or 4915853. OLE color: 4915853.

HSL color Cylindrical-coordinate representation of color #8D024B: hue angle of 328.49º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D024B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB141275-
CMYK00.990.470.45
HSL328.49º97.2%28.04%-
HSV(B)328.49º98.58%55.29%-
XYZ12.286.217.21-
YUV51.88141.05191.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=64.68%
G=0.92%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14127500.990.470.45328.4997.228.04
Hex8D24B0632F2D148611c
Octal21521130143575551014134
Binary1000110110100101101100011101111101101101001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,75); }

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

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

 a { background-color: rgb(141,2,75); }

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

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

 span { border-color: rgb(141,2,75); }

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