Html Css Color HEX #91135A Jazzberry Jam

📋 copy color: '#91135A'

red 145 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #91135A

Tints of Jazzberry Jam #91135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 57.09%
G = 7.48%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#91135A (or 0x91135A) is known color: Jazzberry Jam. HEX triplet: 91, 13 and 5A. RGB value is (145,19,90). Sum of RGB (Red+Green+Blue) = 145+19+90=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #91135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91135A is #6EECA5. Grayscale: #404040. Windows color (decimal): -7269542 or 5903249. OLE color: 5903249.

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

Color convert

RGB 145 19 90 -
CMYK 0 0.87 0.38 0.43
HSL 326.19º 0.77% 0.32% -
HSV(B) 326.19º 0.87% 0.57% -
XYZ 13.76 7.22 10.34 -
YUV 64.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 145 19 90 0 0.87 0.38 0.43 326.19 0.77 0.32
Hex 91 13 5A 0 57 26 2B 146 4D 20
Octal 221 23 132 0 127 46 53 506 115 40
Binary 10010001 10011 1011010 0 1010111 100110 101011 101000110 1001101 100000

Color Harmonies of #91135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91135A

Black with #91135A

Text Example


Text Example

White with #91135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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