Html Css Color HEX #8C0548 Jazzberry Jam

📋 copy color: '#8C0548'

red 140 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #8C0548

Tints of Jazzberry Jam #8C0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 64.52%
G = 2.3%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C0548 (or 0x8C0548) is known color: Jazzberry Jam. HEX triplet: 8C, 05 and 48. RGB value is (140,5,72). Sum of RGB (Red+Green+Blue) = 140+5+72=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0548 is #73FAB7. Grayscale: #343434. Windows color (decimal): -7600824 or 4720012. OLE color: 4720012.

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

Color convert

RGB 140 5 72 -
CMYK 0 0.96 0.49 0.45
HSL 330.22º 0.93% 0.28% -
HSV(B) 330.22º 0.96% 0.55% -
XYZ 12.04 6.15 6.68 -
YUV 53 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 140 5 72 0 0.96 0.49 0.45 330.22 0.93 0.28
Hex 8C 5 48 0 60 31 2D 14A 5D 1C
Octal 214 5 110 0 140 61 55 512 135 34
Binary 10001100 101 1001000 0 1100000 110001 101101 101001010 1011101 11100

Color Harmonies of #8C0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0548

Black with #8C0548

Text Example


Text Example

White with #8C0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,72); }

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

background-color css

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

 a { background-color: rgb(140,5,72); }

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

border-color css

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

 span { border-color: rgb(140,5,72); }

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