Html Css Color HEX #8C064C Jazzberry Jam

📋 copy color: '#8C064C'

red 140 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #8C064C

Tints of Jazzberry Jam #8C064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 63.06%
G = 2.7%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C064C (or 0x8C064C) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 4C. RGB value is (140,6,76). Sum of RGB (Red+Green+Blue) = 140+6+76=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C064C is #73F9B3. Grayscale: #353535. Windows color (decimal): -7600564 or 4982412. OLE color: 4982412.

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

Color convert

RGB 140 6 76 -
CMYK 0 0.96 0.46 0.45
HSL 328.66º 0.92% 0.29% -
HSV(B) 328.66º 0.96% 0.55% -
XYZ 12.18 6.23 7.4 -
YUV 54.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 140 6 76 0 0.96 0.46 0.45 328.66 0.92 0.29
Hex 8C 6 4C 0 60 2E 2D 149 5C 1D
Octal 214 6 114 0 140 56 55 511 134 35
Binary 10001100 110 1001100 0 1100000 101110 101101 101001001 1011100 11101

Color Harmonies of #8C064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C064C

Black with #8C064C

Text Example


Text Example

White with #8C064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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