#900548

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

Shades of Jazzberry Jam #900548

Tints of Jazzberry Jam #900548

Color information

#900548 (or 0x900548) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 05 and 48. RGB value is (144,5,72). Sum of RGB (Red+Green+Blue) = 144+5+72=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #900548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900548 is #6FFAB7. Grayscale: #363636. Windows color (decimal): -7338680 or 4720016. OLE color: 4720016.

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

Color convert

RGB144572-
CMYK00.970.500.44
HSL331.08º93.29%29.22%-
HSV(B)331.08º96.53%56.47%-
XYZ12.736.516.72-
YUV54.2138.05192.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.16%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=65.16%
G=2.26%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14457200.970.500.44331.0893.2929.22
Hex90548061322C14b5d1d
Octal22051100141625451313535
Binary10010000101100100001100001110010101100101001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900548; }

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

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

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

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

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

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

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

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