Html Css Color HEX #911356 Jazzberry Jam

📋 copy color: '#911356'

red 145 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #911356

Tints of Jazzberry Jam #911356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 58%
G = 7.6%
B = 34.4%

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

#911356 (or 0x911356) is known color: Jazzberry Jam. HEX triplet: 91, 13 and 56. RGB value is (145,19,86). Sum of RGB (Red+Green+Blue) = 145+19+86=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #911356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911356 is #6EECA9. Grayscale: #404040. Windows color (decimal): -7269546 or 5641105. OLE color: 5641105.

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

Color convert

RGB 145 19 86 -
CMYK 0 0.87 0.41 0.43
HSL 328.1º 0.77% 0.32% -
HSV(B) 328.1º 0.87% 0.57% -
XYZ 13.59 7.16 9.47 -
YUV 64.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 145 19 86 0 0.87 0.41 0.43 328.1 0.77 0.32
Hex 91 13 56 0 57 29 2B 148 4D 20
Octal 221 23 126 0 127 51 53 510 115 40
Binary 10010001 10011 1010110 0 1010111 101001 101011 101001000 1001101 100000

Color Harmonies of #911356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911356

Black with #911356

Text Example


Text Example

White with #911356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911356; }

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

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

background-color css

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

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

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

border-color css

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

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

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