#900147

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

Shades of Jazzberry Jam #900147

Tints of Jazzberry Jam #900147

Color information

#900147 (or 0x900147) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 01 and 47. RGB value is (144,1,71). Sum of RGB (Red+Green+Blue) = 144+1+71=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #900147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900147 is #6FFEB8. Grayscale: #333333. Windows color (decimal): -7339705 or 4653456. OLE color: 4653456.

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

Color convert

RGB144171-
CMYK00.990.510.44
HSL330.63º98.62%28.43%-
HSV(B)330.63º99.31%56.47%-
XYZ12.656.416.53-
YUV51.74138.88193.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=66.67%
G=0.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14417100.990.510.44330.6398.6228.43
Hex90147063332C14b631c
Octal22011070143635451314334
Binary100100001100011101100011110011101100101001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900147; }

 p { color: rgb(144,1,71); }

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

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

 a { background-color: rgb(144,1,71); }

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

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

 span { border-color: rgb(144,1,71); }

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