#901455

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

Shades of Jazzberry Jam #901455

Tints of Jazzberry Jam #901455

Color information

#901455 (or 0x901455) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 14 and 55. RGB value is (144,20,85). Sum of RGB (Red+Green+Blue) = 144+20+85=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #901455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901455 is #6FEBAA. Grayscale: #404040. Windows color (decimal): -7334827 or 5575824. OLE color: 5575824.

HSL color Cylindrical-coordinate representation of color #901455: hue angle of 328.55º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901455 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB1442085-
CMYK00.860.410.44
HSL328.55º75.61%32.16%-
HSV(B)328.55º86.11%56.47%-
XYZ13.397.099.26-
YUV64.49139.58184.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.83%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=57.83%
G=8.03%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144208500.860.410.44328.5575.6132.16
Hex901455056292C1494c20
Octal220241250126515451111440
Binary10010000101001010101010101101010011011001010010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901455; }

 p { color: rgb(144,20,85); }

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

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

 a { background-color: rgb(144,20,85); }

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

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

 span { border-color: rgb(144,20,85); }

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