Html Css Color HEX #901059 Jazzberry Jam

📋 copy color: '#901059'

red 144 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #901059

Tints of Jazzberry Jam #901059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 57.83%
G = 6.43%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#901059 (or 0x901059) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 59. RGB value is (144,16,89). Sum of RGB (Red+Green+Blue) = 144+16+89=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #901059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901059 is #6FEFA6. Grayscale: #3E3E3E. Windows color (decimal): -7335847 or 5836944. OLE color: 5836944.

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

Color convert

RGB 144 16 89 -
CMYK 0 0.89 0.38 0.44
HSL 325.78º 0.8% 0.31% -
HSV(B) 325.78º 0.89% 0.56% -
XYZ 13.49 7.02 10.1 -
YUV 62.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 144 16 89 0 0.89 0.38 0.44 325.78 0.8 0.31
Hex 90 10 59 0 59 26 2C 146 50 1F
Octal 220 20 131 0 131 46 54 506 120 37
Binary 10010000 10000 1011001 0 1011001 100110 101100 101000110 1010000 11111

Color Harmonies of #901059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901059

Black with #901059

Text Example


Text Example

White with #901059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901059; }

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

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

background-color css

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

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

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

border-color css

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

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

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