Html Css Color HEX #910249 Jazzberry Jam

📋 copy color: '#910249'

red 145 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #910249

Tints of Jazzberry Jam #910249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 65.91%
G = 0.91%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#910249 (or 0x910249) is known color: Jazzberry Jam. HEX triplet: 91, 02 and 49. RGB value is (145,2,73). Sum of RGB (Red+Green+Blue) = 145+2+73=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #910249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910249 is #6EFDB6. Grayscale: #343434. Windows color (decimal): -7273911 or 4784785. OLE color: 4784785.

HSL color Cylindrical-coordinate representation of color #910249: hue angle of 330.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910249 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 73 -
CMYK 0 0.99 0.50 0.43
HSL 330.21º 0.97% 0.29% -
HSV(B) 330.21º 0.99% 0.57% -
XYZ 12.9 6.54 6.89 -
YUV 52.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 145 2 73 0 0.99 0.50 0.43 330.21 0.97 0.29
Hex 91 2 49 0 63 32 2B 14A 61 1D
Octal 221 2 111 0 143 62 53 512 141 35
Binary 10010001 10 1001001 0 1100011 110010 101011 101001010 1100001 11101

Color Harmonies of #910249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910249

Black with #910249

Text Example


Text Example

White with #910249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910249; }

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

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

background-color css

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

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

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

border-color css

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

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

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