Html Css Color HEX #8C044B Jazzberry Jam

📋 copy color: '#8C044B'

red 140 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #8C044B

Tints of Jazzberry Jam #8C044B

RGB

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

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

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

R = 63.93%
G = 1.83%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C044B (or 0x8C044B) is known color: Jazzberry Jam. HEX triplet: 8C, 04 and 4B. RGB value is (140,4,75). Sum of RGB (Red+Green+Blue) = 140+4+75=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C044B is #73FBB4. Grayscale: #343434. Windows color (decimal): -7601077 or 4916364. OLE color: 4916364.

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

Color convert

RGB 140 4 75 -
CMYK 0 0.97 0.46 0.45
HSL 328.68º 0.94% 0.28% -
HSV(B) 328.68º 0.97% 0.55% -
XYZ 12.13 6.17 7.21 -
YUV 52.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 140 4 75 0 0.97 0.46 0.45 328.68 0.94 0.28
Hex 8C 4 4B 0 61 2E 2D 149 5E 1C
Octal 214 4 113 0 141 56 55 511 136 34
Binary 10001100 100 1001011 0 1100001 101110 101101 101001001 1011110 11100

Color Harmonies of #8C044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C044B

Black with #8C044B

Text Example


Text Example

White with #8C044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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