#900948

Color #900948 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #900948

Tints of Jazzberry Jam #900948

Color information

#900948 (or 0x900948) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 09 and 48. RGB value is (144,9,72). Sum of RGB (Red+Green+Blue) = 144+9+72=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #900948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900948 is #6FF6B7. Grayscale: #383838. Windows color (decimal): -7337656 or 4721040. OLE color: 4721040.

HSL color Cylindrical-coordinate representation of color #900948: hue angle of 332º degrees, saturation: 0.88, 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 #900948 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB144972-
CMYK00.940.500.44
HSL332º88.24%30%-
HSV(B)332º93.75%56.47%-
XYZ12.776.596.73-
YUV56.55136.73190.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 72 (28.52% from 255) = 32%
R=64%
G=4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14497200.940.500.4433288.2430
Hex9094805E322C14c581e
Octal220111100136625451413036
Binary100100001001100100001011110110010101100101001100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900948; }

 p { color: rgb(144,9,72); }

 H1.HeaderClassName
 {
   color: #900948;
 }
 .AnyTagClassName
 {
   color: #900948;
 }
</style>
background-color css

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

 a { background-color: rgb(144,9,72); }

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

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

 span { border-color: rgb(144,9,72); }

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