#8D0A43

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

Shades of Jazzberry Jam #8D0A43

Tints of Jazzberry Jam #8D0A43

Color information

#8D0A43 (or 0x8D0A43) is unknown color: approx Jazzberry Jam. HEX triplet: 8D, 0A and 43. RGB value is (141,10,67). Sum of RGB (Red+Green+Blue) = 141+10+67=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A43 is #72F5BC. Grayscale: #373737. Windows color (decimal): -7534013 or 4393613. OLE color: 4393613.

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

Color convert

RGB1411067-
CMYK00.930.520.45
HSL333.89º86.75%29.61%-
HSV(B)333.89º92.91%55.29%-
XYZ12.116.295.89-
YUV55.67134.4188.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=64.68%
G=4.59%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141106700.930.520.45333.8986.7529.61
Hex8DA4305D342D14e571e
Octal215121030135645551612736
Binary100011011010100001101011101110100101101101001110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,10,67); }

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

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

 a { background-color: rgb(141,10,67); }

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

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

 span { border-color: rgb(141,10,67); }

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