Html Css Color HEX #900E49 Jazzberry Jam

📋 copy color: '#900E49'

red 144 ◦ green 14 ◦ blue 73

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

Shades of Jazzberry Jam #900E49

Tints of Jazzberry Jam #900E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

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

R = 62.34%
G = 6.06%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#900E49 (or 0x900E49) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 49. RGB value is (144,14,73). Sum of RGB (Red+Green+Blue) = 144+14+73=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #900E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E49 is #6FF1B6. Grayscale: #3B3B3B. Windows color (decimal): -7336375 or 4787856. OLE color: 4787856.

HSL color Cylindrical-coordinate representation of color #900E49: hue angle of 332.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E49 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 14 73 -
CMYK 0 0.90 0.49 0.44
HSL 332.77º 0.82% 0.31% -
HSV(B) 332.77º 0.9% 0.56% -
XYZ 12.86 6.72 6.92 -
YUV 59.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 144 14 73 0 0.90 0.49 0.44 332.77 0.82 0.31
Hex 90 E 49 0 5A 31 2C 14D 52 1F
Octal 220 16 111 0 132 61 54 515 122 37
Binary 10010000 1110 1001001 0 1011010 110001 101100 101001101 1010010 11111

Color Harmonies of #900E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E49

Black with #900E49

Text Example


Text Example

White with #900E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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