Html Css Color HEX #911059 Jazzberry Jam

📋 copy color: '#911059'

red 145 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #911059

Tints of Jazzberry Jam #911059

RGB

 RED value IS 145 (57.03% from 255) = 58%

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

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

R = 58%
G = 6.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#911059 (or 0x911059) is known color: Jazzberry Jam. HEX triplet: 91, 10 and 59. RGB value is (145,16,89). Sum of RGB (Red+Green+Blue) = 145+16+89=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #911059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911059 is #6EEFA6. Grayscale: #3E3E3E. Windows color (decimal): -7270311 or 5836945. OLE color: 5836945.

HSL color Cylindrical-coordinate representation of color #911059: hue angle of 326.05º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911059 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 89 -
CMYK 0 0.89 0.39 0.43
HSL 326.05º 0.8% 0.32% -
HSV(B) 326.05º 0.89% 0.57% -
XYZ 13.67 7.11 10.1 -
YUV 62.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 145 16 89 0 0.89 0.39 0.43 326.05 0.8 0.32
Hex 91 10 59 0 59 27 2B 146 50 20
Octal 221 20 131 0 131 47 53 506 120 40
Binary 10010001 10000 1011001 0 1011001 100111 101011 101000110 1010000 100000

Color Harmonies of #911059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911059

Black with #911059

Text Example


Text Example

White with #911059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911059; }

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

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

background-color css

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

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

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

border-color css

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

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

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