Html Css Color HEX #88084A Jazzberry Jam

📋 copy color: '#88084A'

red 136 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #88084A

Tints of Jazzberry Jam #88084A

RGB

 RED value IS 136 (53.52% from 255) = 62.39%

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 62.39%
G = 3.67%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88084A (or 0x88084A) is known color: Jazzberry Jam. HEX triplet: 88, 08 and 4A. RGB value is (136,8,74). Sum of RGB (Red+Green+Blue) = 136+8+74=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88084A is #77F7B5. Grayscale: #353535. Windows color (decimal): -7862198 or 4851848. OLE color: 4851848.

HSL color Cylindrical-coordinate representation of color #88084A: hue angle of 329.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88084A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 74 -
CMYK 0 0.94 0.46 0.47
HSL 329.06º 0.89% 0.28% -
HSV(B) 329.06º 0.94% 0.53% -
XYZ 11.48 5.9 7.01 -
YUV 53.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 136 8 74 0 0.94 0.46 0.47 329.06 0.89 0.28
Hex 88 8 4A 0 5E 2E 2F 149 59 1C
Octal 210 10 112 0 136 56 57 511 131 34
Binary 10001000 1000 1001010 0 1011110 101110 101111 101001001 1011001 11100

Color Harmonies of #88084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88084A

Black with #88084A

Text Example


Text Example

White with #88084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88084A; }

 p { color: rgb(136,8,74); }

 H1.HeaderClassName
 {
   color: #88084A;
 }
 .AnyTagClassName
 {
   color: #88084A;
 }
</style>

background-color css

<style>
 a { background-color: #88084A; }

 a { background-color: rgb(136,8,74); }

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

border-color css

<style>
 span { border-color: #88084A; }

 span { border-color: rgb(136,8,74); }

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