Html Css Color HEX #8C0449 Jazzberry Jam

📋 copy color: '#8C0449'

red 140 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #8C0449

Tints of Jazzberry Jam #8C0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 64.52%
G = 1.84%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C0449 (or 0x8C0449) is known color: Jazzberry Jam. HEX triplet: 8C, 04 and 49. RGB value is (140,4,73). Sum of RGB (Red+Green+Blue) = 140+4+73=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0449 is #73FBB6. Grayscale: #343434. Windows color (decimal): -7601079 or 4785292. OLE color: 4785292.

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

Color convert

RGB 140 4 73 -
CMYK 0 0.97 0.48 0.45
HSL 329.56º 0.94% 0.28% -
HSV(B) 329.56º 0.97% 0.55% -
XYZ 12.06 6.14 6.85 -
YUV 52.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 140 4 73 0 0.97 0.48 0.45 329.56 0.94 0.28
Hex 8C 4 49 0 61 30 2D 14A 5E 1C
Octal 214 4 111 0 141 60 55 512 136 34
Binary 10001100 100 1001001 0 1100001 110000 101101 101001010 1011110 11100

Color Harmonies of #8C0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0449

Black with #8C0449

Text Example


Text Example

White with #8C0449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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