Html Css Color HEX #8C0549 Jazzberry Jam

📋 copy color: '#8C0549'

red 140 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #8C0549

Tints of Jazzberry Jam #8C0549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 64.22%
G = 2.29%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C0549 (or 0x8C0549) is known color: Jazzberry Jam. HEX triplet: 8C, 05 and 49. RGB value is (140,5,73). Sum of RGB (Red+Green+Blue) = 140+5+73=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0549 is #73FAB6. Grayscale: #343434. Windows color (decimal): -7600823 or 4785548. OLE color: 4785548.

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

Color convert

RGB 140 5 73 -
CMYK 0 0.96 0.48 0.45
HSL 329.78º 0.93% 0.28% -
HSV(B) 329.78º 0.96% 0.55% -
XYZ 12.07 6.17 6.86 -
YUV 53.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 140 5 73 0 0.96 0.48 0.45 329.78 0.93 0.28
Hex 8C 5 49 0 60 30 2D 14A 5D 1C
Octal 214 5 111 0 140 60 55 512 135 34
Binary 10001100 101 1001001 0 1100000 110000 101101 101001010 1011101 11100

Color Harmonies of #8C0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0549

Black with #8C0549

Text Example


Text Example

White with #8C0549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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