Html Css Color HEX #890549 Jazzberry Jam

📋 copy color: '#890549'

red 137 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #890549

Tints of Jazzberry Jam #890549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 63.72%
G = 2.33%
B = 33.95%

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

#890549 (or 0x890549) is known color: Jazzberry Jam. HEX triplet: 89, 05 and 49. RGB value is (137,5,73). Sum of RGB (Red+Green+Blue) = 137+5+73=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #890549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890549 is #76FAB6. Grayscale: #343434. Windows color (decimal): -7797431 or 4785545. OLE color: 4785545.

HSL color Cylindrical-coordinate representation of color #890549: hue angle of 329.09º 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 #890549 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 73 -
CMYK 0 0.96 0.47 0.46
HSL 329.09º 0.93% 0.28% -
HSV(B) 329.09º 0.96% 0.54% -
XYZ 11.57 5.91 6.83 -
YUV 52.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 137 5 73 0 0.96 0.47 0.46 329.09 0.93 0.28
Hex 89 5 49 0 60 2F 2E 149 5D 1C
Octal 211 5 111 0 140 57 56 511 135 34
Binary 10001001 101 1001001 0 1100000 101111 101110 101001001 1011101 11100

Color Harmonies of #890549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890549

Black with #890549

Text Example


Text Example

White with #890549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890549; }

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

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

background-color css

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

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

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

border-color css

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

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

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