Html Css Color HEX #8E0D48 Jazzberry Jam

📋 copy color: '#8E0D48'

red 142 ◦ green 13 ◦ blue 72

#8E0D48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #8E0D48

Tints of Jazzberry Jam #8E0D48

RGB

 RED value IS 142 (55.86% from 255) = 62.56%

 GREEN value IS 13 (5.47% from 255) = 5.73%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 62.56%
G = 5.73%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E0D48 (or 0x8E0D48) is known color: Jazzberry Jam. HEX triplet: 8E, 0D and 48. RGB value is (142,13,72). Sum of RGB (Red+Green+Blue) = 142+13+72=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D48 is #71F2B7. Grayscale: #3A3A3A. Windows color (decimal): -7467704 or 4722062. OLE color: 4722062.

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

Color convert

RGB 142 13 72 -
CMYK 0 0.91 0.49 0.44
HSL 332.56º 0.83% 0.3% -
HSV(B) 332.56º 0.91% 0.56% -
XYZ 12.47 6.51 6.73 -
YUV 58.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 142 13 72 0 0.91 0.49 0.44 332.56 0.83 0.3
Hex 8E D 48 0 5B 31 2C 14D 53 1E
Octal 216 15 110 0 133 61 54 515 123 36
Binary 10001110 1101 1001000 0 1011011 110001 101100 101001101 1010011 11110

Color Harmonies of #8E0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D48

Black with #8E0D48

Text Example


Text Example

White with #8E0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,13,72); }

 H1.HeaderClassName
 {
   color: #8E0D48;
 }
 .AnyTagClassName
 {
   color: #8E0D48;
 }
</style>

background-color css

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

 a { background-color: rgb(142,13,72); }

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

border-color css

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

 span { border-color: rgb(142,13,72); }

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