Html Css Color HEX #8C084C Jazzberry Jam

📋 copy color: '#8C084C'

red 140 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #8C084C

Tints of Jazzberry Jam #8C084C

RGB

 RED value IS 140 (55.08% from 255) = 62.5%

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 62.5%
G = 3.57%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C084C (or 0x8C084C) is known color: Jazzberry Jam. HEX triplet: 8C, 08 and 4C. RGB value is (140,8,76). Sum of RGB (Red+Green+Blue) = 140+8+76=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C084C is #73F7B3. Grayscale: #373737. Windows color (decimal): -7600052 or 4982924. OLE color: 4982924.

HSL color Cylindrical-coordinate representation of color #8C084C: hue angle of 329.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C084C is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 76 -
CMYK 0 0.94 0.46 0.45
HSL 329.09º 0.89% 0.29% -
HSV(B) 329.09º 0.94% 0.55% -
XYZ 12.21 6.27 7.4 -
YUV 55.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 140 8 76 0 0.94 0.46 0.45 329.09 0.89 0.29
Hex 8C 8 4C 0 5E 2E 2D 149 59 1D
Octal 214 10 114 0 136 56 55 511 131 35
Binary 10001100 1000 1001100 0 1011110 101110 101101 101001001 1011001 11101

Color Harmonies of #8C084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C084C

Black with #8C084C

Text Example


Text Example

White with #8C084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,76); }

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

background-color css

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

 a { background-color: rgb(140,8,76); }

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

border-color css

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

 span { border-color: rgb(140,8,76); }

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