Html Css Color HEX #890448 Jazzberry Jam

📋 copy color: '#890448'

red 137 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #890448

Tints of Jazzberry Jam #890448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 64.32%
G = 1.88%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#890448 (or 0x890448) is known color: Jazzberry Jam. HEX triplet: 89, 04 and 48. RGB value is (137,4,72). Sum of RGB (Red+Green+Blue) = 137+4+72=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #890448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890448 is #76FBB7. Grayscale: #333333. Windows color (decimal): -7797688 or 4719753. OLE color: 4719753.

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

Color convert

RGB 137 4 72 -
CMYK 0 0.97 0.47 0.46
HSL 329.32º 0.94% 0.28% -
HSV(B) 329.32º 0.97% 0.54% -
XYZ 11.53 5.87 6.66 -
YUV 51.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 137 4 72 0 0.97 0.47 0.46 329.32 0.94 0.28
Hex 89 4 48 0 61 2F 2E 149 5E 1C
Octal 211 4 110 0 141 57 56 511 136 34
Binary 10001001 100 1001000 0 1100001 101111 101110 101001001 1011110 11100

Color Harmonies of #890448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890448

Black with #890448

Text Example


Text Example

White with #890448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890448; }

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

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

background-color css

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

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

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

border-color css

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

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

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