Html Css Color HEX #910B49 Jazzberry Jam

📋 copy color: '#910B49'

red 145 ◦ green 11 ◦ blue 73

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

Shades of Jazzberry Jam #910B49

Tints of Jazzberry Jam #910B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 73 (28.91% from 255) = 31.88%

R = 63.32%
G = 4.8%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#910B49 (or 0x910B49) is known color: Jazzberry Jam. HEX triplet: 91, 0B and 49. RGB value is (145,11,73). Sum of RGB (Red+Green+Blue) = 145+11+73=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #910B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B49 is #6EF4B6. Grayscale: #3A3A3A. Windows color (decimal): -7271607 or 4787089. OLE color: 4787089.

HSL color Cylindrical-coordinate representation of color #910B49: hue angle of 332.24º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B49 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 11 73 -
CMYK 0 0.92 0.50 0.43
HSL 332.24º 0.86% 0.31% -
HSV(B) 332.24º 0.92% 0.57% -
XYZ 13 6.74 6.92 -
YUV 58.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 145 11 73 0 0.92 0.50 0.43 332.24 0.86 0.31
Hex 91 B 49 0 5C 32 2B 14C 56 1F
Octal 221 13 111 0 134 62 53 514 126 37
Binary 10010001 1011 1001001 0 1011100 110010 101011 101001100 1010110 11111

Color Harmonies of #910B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B49

Black with #910B49

Text Example


Text Example

White with #910B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910B49; }

 p { color: rgb(145,11,73); }

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

background-color css

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

 a { background-color: rgb(145,11,73); }

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

border-color css

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

 span { border-color: rgb(145,11,73); }

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