#8e0c47

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

Shades of Jazzberry Jam #8E0C47

Tints of Jazzberry Jam #8E0C47

Color information

#8E0C47 (or 0x8E0C47) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0C and 47. RGB value is (142,12,71). Sum of RGB (Red+Green+Blue) = 142+12+71=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C47 is #71F3B8. Grayscale: #393939. Windows color (decimal): -7467961 or 4656270. OLE color: 4656270.

HSL color Cylindrical-coordinate representation of color #8E0C47: hue angle of 332.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C47 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1421271-
CMYK00.920.50.44
HSL332.77º84.42%30.2%-
HSV(B)332.77º91.55%55.69%-
XYZ12.426.476.55-
YUV57.6135.57188.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=63.11%
G=5.33%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142127100.920.50.44332.7784.4230.2
Hex8EC4705C322C14d541e
Octal216141070134625451512436
Binary100011101100100011101011100110010101100101001101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e0c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,71); }

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

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

 a { background-color: rgb(142,12,71); }

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

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

 span { border-color: rgb(142,12,71); }

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