Html Css Color HEX #8D0541 Jazzberry Jam

📋 copy color: '#8D0541'

red 141 ◦ green 5 ◦ blue 65

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

Shades of Jazzberry Jam #8D0541

Tints of Jazzberry Jam #8D0541

RGB

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

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

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

R = 66.82%
G = 2.37%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8D0541 (or 0x8D0541) is known color: Jazzberry Jam. HEX triplet: 8D, 05 and 41. RGB value is (141,5,65). Sum of RGB (Red+Green+Blue) = 141+5+65=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0541 is #72FABE. Grayscale: #343434. Windows color (decimal): -7535295 or 4261261. OLE color: 4261261.

HSL color Cylindrical-coordinate representation of color #8D0541: hue angle of 333.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0541 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 65 -
CMYK 0 0.96 0.54 0.45
HSL 333.53º 0.93% 0.29% -
HSV(B) 333.53º 0.96% 0.55% -
XYZ 11.99 6.15 5.56 -
YUV 52.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 141 5 65 0 0.96 0.54 0.45 333.53 0.93 0.29
Hex 8D 5 41 0 60 36 2D 14E 5D 1D
Octal 215 5 101 0 140 66 55 516 135 35
Binary 10001101 101 1000001 0 1100000 110110 101101 101001110 1011101 11101

Color Harmonies of #8D0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0541

Black with #8D0541

Text Example


Text Example

White with #8D0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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