#8E0C4A

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

Shades of Jazzberry Jam #8E0C4A

Tints of Jazzberry Jam #8E0C4A

Color information

#8E0C4A (or 0x8E0C4A) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 0C and 4A. RGB value is (142,12,74). Sum of RGB (Red+Green+Blue) = 142+12+74=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C4A is #71F3B5. Grayscale: #393939. Windows color (decimal): -7467958 or 4852878. OLE color: 4852878.

HSL color Cylindrical-coordinate representation of color #8E0C4A: hue angle of 331.38º 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 #8E0C4A is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1421274-
CMYK00.920.480.44
HSL331.38º84.42%30.2%-
HSV(B)331.38º91.55%55.69%-
XYZ12.526.517.07-
YUV57.94137.07187.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=62.28%
G=5.26%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142127400.920.480.44331.3884.4230.2
Hex8EC4A05C302C14b541e
Octal216141120134605451312436
Binary100011101100100101001011100110000101100101001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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