Html Css Color HEX #8E1555 Jazzberry Jam

📋 copy color: '#8E1555'

red 142 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #8E1555

Tints of Jazzberry Jam #8E1555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 57.26%
G = 8.47%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E1555 (or 0x8E1555) is known color: Jazzberry Jam. HEX triplet: 8E, 15 and 55. RGB value is (142,21,85). Sum of RGB (Red+Green+Blue) = 142+21+85=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1555 is #71EAAA. Grayscale: #404040. Windows color (decimal): -7465643 or 5576078. OLE color: 5576078.

HSL color Cylindrical-coordinate representation of color #8E1555: hue angle of 328.26º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1555 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 85 -
CMYK 0 0.85 0.40 0.44
HSL 328.26º 0.74% 0.32% -
HSV(B) 328.26º 0.85% 0.56% -
XYZ 13.06 6.94 9.25 -
YUV 64.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 142 21 85 0 0.85 0.40 0.44 328.26 0.74 0.32
Hex 8E 15 55 0 55 28 2C 148 4A 20
Octal 216 25 125 0 125 50 54 510 112 40
Binary 10001110 10101 1010101 0 1010101 101000 101100 101001000 1001010 100000

Color Harmonies of #8E1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1555

Black with #8E1555

Text Example


Text Example

White with #8E1555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,85); }

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

background-color css

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

 a { background-color: rgb(142,21,85); }

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

border-color css

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

 span { border-color: rgb(142,21,85); }

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