Html Css Color HEX #911255 Jazzberry Jam

📋 copy color: '#911255'

red 145 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #911255

Tints of Jazzberry Jam #911255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 58.47%
G = 7.26%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#911255 (or 0x911255) is known color: Jazzberry Jam. HEX triplet: 91, 12 and 55. RGB value is (145,18,85). Sum of RGB (Red+Green+Blue) = 145+18+85=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #911255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911255 is #6EEDAA. Grayscale: #3F3F3F. Windows color (decimal): -7269803 or 5575313. OLE color: 5575313.

HSL color Cylindrical-coordinate representation of color #911255: hue angle of 328.35º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911255 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 18 85 -
CMYK 0 0.88 0.41 0.43
HSL 328.35º 0.78% 0.32% -
HSV(B) 328.35º 0.88% 0.57% -
XYZ 13.53 7.11 9.25 -
YUV 63.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 145 18 85 0 0.88 0.41 0.43 328.35 0.78 0.32
Hex 91 12 55 0 58 29 2B 148 4E 20
Octal 221 22 125 0 130 51 53 510 116 40
Binary 10010001 10010 1010101 0 1011000 101001 101011 101001000 1001110 100000

Color Harmonies of #911255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911255

Black with #911255

Text Example


Text Example

White with #911255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911255; }

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

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

background-color css

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

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

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

border-color css

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

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

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