Html Css Color HEX #910D49 Jazzberry Jam

📋 copy color: '#910D49'

red 145 ◦ green 13 ◦ blue 73

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

Shades of Jazzberry Jam #910D49

Tints of Jazzberry Jam #910D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

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

R = 62.77%
G = 5.63%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#910D49 (or 0x910D49) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 49. RGB value is (145,13,73). Sum of RGB (Red+Green+Blue) = 145+13+73=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #910D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D49 is #6EF2B6. Grayscale: #3B3B3B. Windows color (decimal): -7271095 or 4787601. OLE color: 4787601.

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

Color convert

RGB 145 13 73 -
CMYK 0 0.91 0.50 0.43
HSL 332.73º 0.84% 0.31% -
HSV(B) 332.73º 0.91% 0.57% -
XYZ 13.02 6.79 6.93 -
YUV 59.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 145 13 73 0 0.91 0.50 0.43 332.73 0.84 0.31
Hex 91 D 49 0 5B 32 2B 14D 54 1F
Octal 221 15 111 0 133 62 53 515 124 37
Binary 10010001 1101 1001001 0 1011011 110010 101011 101001101 1010100 11111

Color Harmonies of #910D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D49

Black with #910D49

Text Example


Text Example

White with #910D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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