Html Css Color HEX #911B61 Jazzberry Jam

📋 copy color: '#911B61'

red 145 ◦ green 27 ◦ blue 97

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

Shades of Jazzberry Jam #911B61

Tints of Jazzberry Jam #911B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 97 (38.28% from 255) = 36.06%

R = 53.9%
G = 10.04%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#911B61 (or 0x911B61) is known color: Jazzberry Jam. HEX triplet: 91, 1B and 61. RGB value is (145,27,97). Sum of RGB (Red+Green+Blue) = 145+27+97=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #911B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911B61 is #6EE49E. Grayscale: #464646. Windows color (decimal): -7267487 or 6364049. OLE color: 6364049.

HSL color Cylindrical-coordinate representation of color #911B61: hue angle of 324.41º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911B61 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 27 97 -
CMYK 0 0.81 0.33 0.43
HSL 324.41º 0.69% 0.34% -
HSV(B) 324.41º 0.81% 0.57% -
XYZ 14.23 7.67 12.04 -
YUV 70.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 145 27 97 0 0.81 0.33 0.43 324.41 0.69 0.34
Hex 91 1B 61 0 51 21 2B 144 45 22
Octal 221 33 141 0 121 41 53 504 105 42
Binary 10010001 11011 1100001 0 1010001 100001 101011 101000100 1000101 100010

Color Harmonies of #911B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B61

Black with #911B61

Text Example


Text Example

White with #911B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911B61; }

 p { color: rgb(145,27,97); }

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

background-color css

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

 a { background-color: rgb(145,27,97); }

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

border-color css

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

 span { border-color: rgb(145,27,97); }

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