Html Css Color HEX #8C064B Jazzberry Jam

📋 copy color: '#8C064B'

red 140 ◦ green 6 ◦ blue 75

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

Shades of Jazzberry Jam #8C064B

Tints of Jazzberry Jam #8C064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 63.35%
G = 2.71%
B = 33.94%

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

#8C064B (or 0x8C064B) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 4B. RGB value is (140,6,75). Sum of RGB (Red+Green+Blue) = 140+6+75=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C064B is #73F9B4. Grayscale: #353535. Windows color (decimal): -7600565 or 4916876. OLE color: 4916876.

HSL color Cylindrical-coordinate representation of color #8C064B: hue angle of 329.1º 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 #8C064B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 6 75 -
CMYK 0 0.96 0.46 0.45
HSL 329.1º 0.92% 0.29% -
HSV(B) 329.1º 0.96% 0.55% -
XYZ 12.15 6.21 7.22 -
YUV 53.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 140 6 75 0 0.96 0.46 0.45 329.1 0.92 0.29
Hex 8C 6 4B 0 60 2E 2D 149 5C 1D
Octal 214 6 113 0 140 56 55 511 134 35
Binary 10001100 110 1001011 0 1100000 101110 101101 101001001 1011100 11101

Color Harmonies of #8C064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C064B

Black with #8C064B

Text Example


Text Example

White with #8C064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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