#900E46

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

Shades of Jazzberry Jam #900E46

Tints of Jazzberry Jam #900E46

Color information

#900E46 (or 0x900E46) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0E and 46. RGB value is (144,14,70). Sum of RGB (Red+Green+Blue) = 144+14+70=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #900E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E46 is #6FF1B9. Grayscale: #3B3B3B. Windows color (decimal): -7336378 or 4591248. OLE color: 4591248.

HSL color Cylindrical-coordinate representation of color #900E46: hue angle of 334.15º 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 #900E46 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1441470-
CMYK00.900.510.44
HSL334.15º82.28%30.98%-
HSV(B)334.15º90.28%56.47%-
XYZ12.766.696.41-
YUV59.25134.07188.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.16%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=63.16%
G=6.14%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144147000.900.510.44334.1582.2830.98
Hex90E4605A332C14e521f
Octal220161060132635451612237
Binary100100001110100011001011010110011101100101001110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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