Html Css Color HEX #911359 Jazzberry Jam

📋 copy color: '#911359'

red 145 ◦ green 19 ◦ blue 89

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

Shades of Jazzberry Jam #911359

Tints of Jazzberry Jam #911359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 57.31%
G = 7.51%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#911359 (or 0x911359) is known color: Jazzberry Jam. HEX triplet: 91, 13 and 59. RGB value is (145,19,89). Sum of RGB (Red+Green+Blue) = 145+19+89=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #911359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911359 is #6EECA6. Grayscale: #404040. Windows color (decimal): -7269543 or 5837713. OLE color: 5837713.

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

Color convert

RGB 145 19 89 -
CMYK 0 0.87 0.39 0.43
HSL 326.67º 0.77% 0.32% -
HSV(B) 326.67º 0.87% 0.57% -
XYZ 13.71 7.21 10.12 -
YUV 64.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 145 19 89 0 0.87 0.39 0.43 326.67 0.77 0.32
Hex 91 13 59 0 57 27 2B 147 4D 20
Octal 221 23 131 0 127 47 53 507 115 40
Binary 10010001 10011 1011001 0 1010111 100111 101011 101000111 1001101 100000

Color Harmonies of #911359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911359

Black with #911359

Text Example


Text Example

White with #911359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911359; }

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

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

background-color css

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

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

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

border-color css

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

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

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