#8D0D53

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

Shades of Jazzberry Jam #8D0D53

Tints of Jazzberry Jam #8D0D53

Color information

#8D0D53 (or 0x8D0D53) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 0D and 53. RGB value is (141,13,83). Sum of RGB (Red+Green+Blue) = 141+13+83=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D53 is #72F2AC. Grayscale: #3B3B3B. Windows color (decimal): -7533229 or 5442957. OLE color: 5442957.

HSL color Cylindrical-coordinate representation of color #8D0D53: hue angle of 327.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0D53 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1411383-
CMYK00.910.410.45
HSL327.19º83.12%30.2%-
HSV(B)327.19º90.78%55.29%-
XYZ12.696.588.78-
YUV59.25141.41186.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.49%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=59.49%
G=5.49%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141138300.910.410.45327.1983.1230.2
Hex8DD5305B292D147531e
Octal215151230133515550712336
Binary100011011101101001101011011101001101101101000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,83); }

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

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

 a { background-color: rgb(141,13,83); }

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

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

 span { border-color: rgb(141,13,83); }

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