Html Css Color HEX #8D0648 Jazzberry Jam

📋 copy color: '#8D0648'

red 141 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #8D0648

Tints of Jazzberry Jam #8D0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 64.38%
G = 2.74%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8D0648 (or 0x8D0648) is known color: Jazzberry Jam. HEX triplet: 8D, 06 and 48. RGB value is (141,6,72). Sum of RGB (Red+Green+Blue) = 141+6+72=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0648 is #72F9B7. Grayscale: #353535. Windows color (decimal): -7535032 or 4720269. OLE color: 4720269.

HSL color Cylindrical-coordinate representation of color #8D0648: hue angle of 330.67º degrees, saturation: 0.92, 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 #8D0648 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 72 -
CMYK 0 0.96 0.49 0.45
HSL 330.67º 0.92% 0.29% -
HSV(B) 330.67º 0.96% 0.55% -
XYZ 12.22 6.26 6.7 -
YUV 53.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 141 6 72 0 0.96 0.49 0.45 330.67 0.92 0.29
Hex 8D 6 48 0 60 31 2D 14B 5C 1D
Octal 215 6 110 0 140 61 55 513 134 35
Binary 10001101 110 1001000 0 1100000 110001 101101 101001011 1011100 11101

Color Harmonies of #8D0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0648

Black with #8D0648

Text Example


Text Example

White with #8D0648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,72); }

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

background-color css

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

 a { background-color: rgb(141,6,72); }

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

border-color css

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

 span { border-color: rgb(141,6,72); }

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