Html Css Color HEX #900849 Jazzberry Jam

📋 copy color: '#900849'

red 144 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #900849

Tints of Jazzberry Jam #900849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 64%
G = 3.56%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#900849 (or 0x900849) is known color: Jazzberry Jam. HEX triplet: 90, 08 and 49. RGB value is (144,8,73). Sum of RGB (Red+Green+Blue) = 144+8+73=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #900849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900849 is #6FF7B6. Grayscale: #373737. Windows color (decimal): -7337911 or 4786320. OLE color: 4786320.

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

Color convert

RGB 144 8 73 -
CMYK 0 0.94 0.49 0.44
HSL 331.32º 0.89% 0.3% -
HSV(B) 331.32º 0.94% 0.56% -
XYZ 12.79 6.58 6.9 -
YUV 56.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 144 8 73 0 0.94 0.49 0.44 331.32 0.89 0.3
Hex 90 8 49 0 5E 31 2C 14B 59 1E
Octal 220 10 111 0 136 61 54 513 131 36
Binary 10010000 1000 1001001 0 1011110 110001 101100 101001011 1011001 11110

Color Harmonies of #900849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900849

Black with #900849

Text Example


Text Example

White with #900849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900849; }

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

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

background-color css

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

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

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

border-color css

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

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

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