Html Css Color HEX #911250 Jazzberry Jam

📋 copy color: '#911250'

red 145 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #911250

Tints of Jazzberry Jam #911250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 59.67%
G = 7.41%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#911250 (or 0x911250) is known color: Jazzberry Jam. HEX triplet: 91, 12 and 50. RGB value is (145,18,80). Sum of RGB (Red+Green+Blue) = 145+18+80=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #911250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911250 is #6EEDAF. Grayscale: #3E3E3E. Windows color (decimal): -7269808 or 5247633. OLE color: 5247633.

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

Color convert

RGB 145 18 80 -
CMYK 0 0.88 0.45 0.43
HSL 330.71º 0.78% 0.32% -
HSV(B) 330.71º 0.88% 0.57% -
XYZ 13.34 7.03 8.24 -
YUV 63.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 145 18 80 0 0.88 0.45 0.43 330.71 0.78 0.32
Hex 91 12 50 0 58 2D 2B 14B 4E 20
Octal 221 22 120 0 130 55 53 513 116 40
Binary 10010001 10010 1010000 0 1011000 101101 101011 101001011 1001110 100000

Color Harmonies of #911250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911250

Black with #911250

Text Example


Text Example

White with #911250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911250; }

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

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

background-color css

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

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

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

border-color css

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

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

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