Html Css Color HEX #901159 Jazzberry Jam

📋 copy color: '#901159'

red 144 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #901159

Tints of Jazzberry Jam #901159

RGB

 RED value IS 144 (56.64% from 255) = 57.6%

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 57.6%
G = 6.8%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#901159 (or 0x901159) is known color: Jazzberry Jam. HEX triplet: 90, 11 and 59. RGB value is (144,17,89). Sum of RGB (Red+Green+Blue) = 144+17+89=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #901159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901159 is #6FEEA6. Grayscale: #3F3F3F. Windows color (decimal): -7335591 or 5837200. OLE color: 5837200.

HSL color Cylindrical-coordinate representation of color #901159: hue angle of 325.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901159 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 89 -
CMYK 0 0.88 0.38 0.44
HSL 325.98º 0.79% 0.32% -
HSV(B) 325.98º 0.88% 0.56% -
XYZ 13.51 7.05 10.1 -
YUV 63.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 144 17 89 0 0.88 0.38 0.44 325.98 0.79 0.32
Hex 90 11 59 0 58 26 2C 146 4F 20
Octal 220 21 131 0 130 46 54 506 117 40
Binary 10010000 10001 1011001 0 1011000 100110 101100 101000110 1001111 100000

Color Harmonies of #901159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901159

Black with #901159

Text Example


Text Example

White with #901159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901159; }

 p { color: rgb(144,17,89); }

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

background-color css

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

 a { background-color: rgb(144,17,89); }

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

border-color css

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

 span { border-color: rgb(144,17,89); }

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