Html Css Color HEX #8C0A4D Jazzberry Jam

📋 copy color: '#8C0A4D'

red 140 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #8C0A4D

Tints of Jazzberry Jam #8C0A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 61.67%
G = 4.41%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8C0A4D (or 0x8C0A4D) is known color: Jazzberry Jam. HEX triplet: 8C, 0A and 4D. RGB value is (140,10,77). Sum of RGB (Red+Green+Blue) = 140+10+77=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A4D is #73F5B2. Grayscale: #383838. Windows color (decimal): -7599539 or 5048972. OLE color: 5048972.

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

Color convert

RGB 140 10 77 -
CMYK 0 0.93 0.45 0.45
HSL 329.08º 0.87% 0.29% -
HSV(B) 329.08º 0.93% 0.55% -
XYZ 12.26 6.33 7.6 -
YUV 56.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 140 10 77 0 0.93 0.45 0.45 329.08 0.87 0.29
Hex 8C A 4D 0 5D 2D 2D 149 57 1D
Octal 214 12 115 0 135 55 55 511 127 35
Binary 10001100 1010 1001101 0 1011101 101101 101101 101001001 1010111 11101

Color Harmonies of #8C0A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A4D

Black with #8C0A4D

Text Example


Text Example

White with #8C0A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,77); }

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

background-color css

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

 a { background-color: rgb(140,10,77); }

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

border-color css

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

 span { border-color: rgb(140,10,77); }

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