Html Css Color HEX #890548 Jazzberry Jam

📋 copy color: '#890548'

red 137 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #890548

Tints of Jazzberry Jam #890548

RGB

 RED value IS 137 (53.91% from 255) = 64.02%

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

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

R = 64.02%
G = 2.34%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#890548 (or 0x890548) is known color: Jazzberry Jam. HEX triplet: 89, 05 and 48. RGB value is (137,5,72). Sum of RGB (Red+Green+Blue) = 137+5+72=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #890548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890548 is #76FAB7. Grayscale: #333333. Windows color (decimal): -7797432 or 4720009. OLE color: 4720009.

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

Color convert

RGB 137 5 72 -
CMYK 0 0.96 0.47 0.46
HSL 329.55º 0.93% 0.28% -
HSV(B) 329.55º 0.96% 0.54% -
XYZ 11.54 5.89 6.66 -
YUV 52.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 137 5 72 0 0.96 0.47 0.46 329.55 0.93 0.28
Hex 89 5 48 0 60 2F 2E 14A 5D 1C
Octal 211 5 110 0 140 57 56 512 135 34
Binary 10001001 101 1001000 0 1100000 101111 101110 101001010 1011101 11100

Color Harmonies of #890548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890548

Black with #890548

Text Example


Text Example

White with #890548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890548; }

 p { color: rgb(137,5,72); }

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

background-color css

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

 a { background-color: rgb(137,5,72); }

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

border-color css

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

 span { border-color: rgb(137,5,72); }

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