Html Css Color HEX #911259 Jazzberry Jam

📋 copy color: '#911259'

red 145 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #911259

Tints of Jazzberry Jam #911259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 57.54%
G = 7.14%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#911259 (or 0x911259) is known color: Jazzberry Jam. HEX triplet: 91, 12 and 59. RGB value is (145,18,89). Sum of RGB (Red+Green+Blue) = 145+18+89=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #911259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911259 is #6EEDA6. Grayscale: #3F3F3F. Windows color (decimal): -7269799 or 5837457. OLE color: 5837457.

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

Color convert

RGB 145 18 89 -
CMYK 0 0.88 0.39 0.43
HSL 326.46º 0.78% 0.32% -
HSV(B) 326.46º 0.88% 0.57% -
XYZ 13.7 7.17 10.11 -
YUV 64.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 145 18 89 0 0.88 0.39 0.43 326.46 0.78 0.32
Hex 91 12 59 0 58 27 2B 146 4E 20
Octal 221 22 131 0 130 47 53 506 116 40
Binary 10010001 10010 1011001 0 1011000 100111 101011 101000110 1001110 100000

Color Harmonies of #911259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911259

Black with #911259

Text Example


Text Example

White with #911259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911259; }

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

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

background-color css

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

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

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

border-color css

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

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

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