Html Css Color HEX #900249 Jazzberry Jam

📋 copy color: '#900249'

red 144 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #900249

Tints of Jazzberry Jam #900249

RGB

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

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

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

R = 65.75%
G = 0.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#900249 (or 0x900249) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 49. RGB value is (144,2,73). Sum of RGB (Red+Green+Blue) = 144+2+73=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #900249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900249 is #6FFDB6. Grayscale: #343434. Windows color (decimal): -7339447 or 4784784. OLE color: 4784784.

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

Color convert

RGB 144 2 73 -
CMYK 0 0.99 0.49 0.44
HSL 330º 0.97% 0.29% -
HSV(B) 330º 0.99% 0.56% -
XYZ 12.73 6.45 6.88 -
YUV 52.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 144 2 73 0 0.99 0.49 0.44 330 0.97 0.29
Hex 90 2 49 0 63 31 2C 14A 61 1D
Octal 220 2 111 0 143 61 54 512 141 35
Binary 10010000 10 1001001 0 1100011 110001 101100 101001010 1100001 11101

Color Harmonies of #900249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900249

Black with #900249

Text Example


Text Example

White with #900249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900249; }

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

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

background-color css

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

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

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

border-color css

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

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

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