Html Css Color HEX #911355 Jazzberry Jam

📋 copy color: '#911355'

red 145 ◦ green 19 ◦ blue 85

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

Shades of Jazzberry Jam #911355

Tints of Jazzberry Jam #911355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 58.23%
G = 7.63%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#911355 (or 0x911355) is known color: Jazzberry Jam. HEX triplet: 91, 13 and 55. RGB value is (145,19,85). Sum of RGB (Red+Green+Blue) = 145+19+85=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #911355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911355 is #6EECAA. Grayscale: #404040. Windows color (decimal): -7269547 or 5575569. OLE color: 5575569.

HSL color Cylindrical-coordinate representation of color #911355: hue angle of 328.57º 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 #911355 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 19 85 -
CMYK 0 0.87 0.41 0.43
HSL 328.57º 0.77% 0.32% -
HSV(B) 328.57º 0.87% 0.57% -
XYZ 13.55 7.14 9.26 -
YUV 64.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 145 19 85 0 0.87 0.41 0.43 328.57 0.77 0.32
Hex 91 13 55 0 57 29 2B 149 4D 20
Octal 221 23 125 0 127 51 53 511 115 40
Binary 10010001 10011 1010101 0 1010111 101001 101011 101001001 1001101 100000

Color Harmonies of #911355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911355

Black with #911355

Text Example


Text Example

White with #911355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911355; }

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

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

background-color css

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

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

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

border-color css

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

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

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