Html Css Color HEX #911357 Jazzberry Jam

📋 copy color: '#911357'

red 145 ◦ green 19 ◦ blue 87

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

Shades of Jazzberry Jam #911357

Tints of Jazzberry Jam #911357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 57.77%
G = 7.57%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#911357 (or 0x911357) is known color: Jazzberry Jam. HEX triplet: 91, 13 and 57. RGB value is (145,19,87). Sum of RGB (Red+Green+Blue) = 145+19+87=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #911357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911357 is #6EECA8. Grayscale: #404040. Windows color (decimal): -7269545 or 5706641. OLE color: 5706641.

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

Color convert

RGB 145 19 87 -
CMYK 0 0.87 0.4 0.43
HSL 327.62º 0.77% 0.32% -
HSV(B) 327.62º 0.87% 0.57% -
XYZ 13.63 7.17 9.68 -
YUV 64.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 145 19 87 0 0.87 0.4 0.43 327.62 0.77 0.32
Hex 91 13 57 0 57 28 2B 148 4D 20
Octal 221 23 127 0 127 50 53 510 115 40
Binary 10010001 10011 1010111 0 1010111 101000 101011 101001000 1001101 100000

Color Harmonies of #911357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911357

Black with #911357

Text Example


Text Example

White with #911357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911357; }

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

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

background-color css

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

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

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

border-color css

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

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

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