Html Css Color HEX #8D044B Jazzberry Jam

📋 copy color: '#8D044B'

red 141 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #8D044B

Tints of Jazzberry Jam #8D044B

RGB

 RED value IS 141 (55.47% from 255) = 64.09%

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

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

R = 64.09%
G = 1.82%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D044B (or 0x8D044B) is known color: Jazzberry Jam. HEX triplet: 8D, 04 and 4B. RGB value is (141,4,75). Sum of RGB (Red+Green+Blue) = 141+4+75=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D044B is #72FBB4. Grayscale: #343434. Windows color (decimal): -7535541 or 4916365. OLE color: 4916365.

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

Color convert

RGB 141 4 75 -
CMYK 0 0.97 0.47 0.45
HSL 328.91º 0.94% 0.28% -
HSV(B) 328.91º 0.97% 0.55% -
XYZ 12.3 6.26 7.22 -
YUV 53.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 141 4 75 0 0.97 0.47 0.45 328.91 0.94 0.28
Hex 8D 4 4B 0 61 2F 2D 149 5E 1C
Octal 215 4 113 0 141 57 55 511 136 34
Binary 10001101 100 1001011 0 1100001 101111 101101 101001001 1011110 11100

Color Harmonies of #8D044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D044B

Black with #8D044B

Text Example


Text Example

White with #8D044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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