#900F58

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

Shades of Jazzberry Jam #900F58

Tints of Jazzberry Jam #900F58

Color information

#900F58 (or 0x900F58) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0F and 58. RGB value is (144,15,88). Sum of RGB (Red+Green+Blue) = 144+15+88=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #900F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F58 is #6FF0A7. Grayscale: #3D3D3D. Windows color (decimal): -7336104 or 5771152. OLE color: 5771152.

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

Color convert

RGB1441588-
CMYK00.900.390.44
HSL326.05º81.13%31.18%-
HSV(B)326.05º89.58%56.47%-
XYZ13.436.989.87-
YUV61.89142.74186.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=58.30%
G=6.07%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144158800.900.390.44326.0581.1331.18
Hex90F5805A272C146511f
Octal220171300132475450612137
Binary100100001111101100001011010100111101100101000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,15,88); }

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

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

 a { background-color: rgb(144,15,88); }

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

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

 span { border-color: rgb(144,15,88); }

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