Html Css Color HEX #900549 Jazzberry Jam

📋 copy color: '#900549'

red 144 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #900549

Tints of Jazzberry Jam #900549

RGB

 RED value IS 144 (56.64% from 255) = 64.86%

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 64.86%
G = 2.25%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#900549 (or 0x900549) is known color: Jazzberry Jam. HEX triplet: 90, 05 and 49. RGB value is (144,5,73). Sum of RGB (Red+Green+Blue) = 144+5+73=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #900549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900549 is #6FFAB6. Grayscale: #363636. Windows color (decimal): -7338679 or 4785552. OLE color: 4785552.

HSL color Cylindrical-coordinate representation of color #900549: hue angle of 330.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900549 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 73 -
CMYK 0 0.97 0.49 0.44
HSL 330.65º 0.93% 0.29% -
HSV(B) 330.65º 0.97% 0.56% -
XYZ 12.76 6.52 6.89 -
YUV 54.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 144 5 73 0 0.97 0.49 0.44 330.65 0.93 0.29
Hex 90 5 49 0 61 31 2C 14B 5D 1D
Octal 220 5 111 0 141 61 54 513 135 35
Binary 10010000 101 1001001 0 1100001 110001 101100 101001011 1011101 11101

Color Harmonies of #900549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900549

Black with #900549

Text Example


Text Example

White with #900549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900549; }

 p { color: rgb(144,5,73); }

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

background-color css

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

 a { background-color: rgb(144,5,73); }

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

border-color css

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

 span { border-color: rgb(144,5,73); }

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