Html Css Color HEX #910A49 Jazzberry Jam

📋 copy color: '#910A49'

red 145 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #910A49

Tints of Jazzberry Jam #910A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

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

R = 63.6%
G = 4.39%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#910A49 (or 0x910A49) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 49. RGB value is (145,10,73). Sum of RGB (Red+Green+Blue) = 145+10+73=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #910A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A49 is #6EF5B6. Grayscale: #393939. Windows color (decimal): -7271863 or 4786833. OLE color: 4786833.

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

Color convert

RGB 145 10 73 -
CMYK 0 0.93 0.50 0.43
HSL 332º 0.87% 0.3% -
HSV(B) 332º 0.93% 0.57% -
XYZ 12.99 6.72 6.92 -
YUV 57.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 145 10 73 0 0.93 0.50 0.43 332 0.87 0.3
Hex 91 A 49 0 5D 32 2B 14C 57 1E
Octal 221 12 111 0 135 62 53 514 127 36
Binary 10010001 1010 1001001 0 1011101 110010 101011 101001100 1010111 11110

Color Harmonies of #910A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910A49

Black with #910A49

Text Example


Text Example

White with #910A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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