Html Css Color HEX #8D0441 Jazzberry Jam

📋 copy color: '#8D0441'

red 141 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #8D0441

Tints of Jazzberry Jam #8D0441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 67.14%
G = 1.9%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8D0441 (or 0x8D0441) is known color: Jazzberry Jam. HEX triplet: 8D, 04 and 41. RGB value is (141,4,65). Sum of RGB (Red+Green+Blue) = 141+4+65=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0441 is #72FBBE. Grayscale: #333333. Windows color (decimal): -7535551 or 4261005. OLE color: 4261005.

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

Color convert

RGB 141 4 65 -
CMYK 0 0.97 0.54 0.45
HSL 333.28º 0.94% 0.28% -
HSV(B) 333.28º 0.97% 0.55% -
XYZ 11.98 6.13 5.55 -
YUV 51.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 141 4 65 0 0.97 0.54 0.45 333.28 0.94 0.28
Hex 8D 4 41 0 61 36 2D 14D 5E 1C
Octal 215 4 101 0 141 66 55 515 136 34
Binary 10001101 100 1000001 0 1100001 110110 101101 101001101 1011110 11100

Color Harmonies of #8D0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0441

Black with #8D0441

Text Example


Text Example

White with #8D0441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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