Html Css Color HEX #880948 Jazzberry Jam

📋 copy color: '#880948'

red 136 ◦ green 9 ◦ blue 72

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

Shades of Jazzberry Jam #880948

Tints of Jazzberry Jam #880948

RGB

 RED value IS 136 (53.52% from 255) = 62.67%

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 62.67%
G = 4.15%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#880948 (or 0x880948) is known color: Jazzberry Jam. HEX triplet: 88, 09 and 48. RGB value is (136,9,72). Sum of RGB (Red+Green+Blue) = 136+9+72=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #880948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880948 is #77F6B7. Grayscale: #363636. Windows color (decimal): -7861944 or 4721032. OLE color: 4721032.

HSL color Cylindrical-coordinate representation of color #880948: hue angle of 330.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880948 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 72 -
CMYK 0 0.93 0.47 0.47
HSL 330.24º 0.88% 0.28% -
HSV(B) 330.24º 0.93% 0.53% -
XYZ 11.42 5.9 6.67 -
YUV 54.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 136 9 72 0 0.93 0.47 0.47 330.24 0.88 0.28
Hex 88 9 48 0 5D 2F 2F 14A 58 1C
Octal 210 11 110 0 135 57 57 512 130 34
Binary 10001000 1001 1001000 0 1011101 101111 101111 101001010 1011000 11100

Color Harmonies of #880948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880948

Black with #880948

Text Example


Text Example

White with #880948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880948; }

 p { color: rgb(136,9,72); }

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

background-color css

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

 a { background-color: rgb(136,9,72); }

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

border-color css

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

 span { border-color: rgb(136,9,72); }

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