#90114F

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

Shades of Jazzberry Jam #90114F

Tints of Jazzberry Jam #90114F

Color information

#90114F (or 0x90114F) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 11 and 4F. RGB value is (144,17,79). Sum of RGB (Red+Green+Blue) = 144+17+79=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90114F is #6FEEB0. Grayscale: #3D3D3D. Windows color (decimal): -7335601 or 5181840. OLE color: 5181840.

HSL color Cylindrical-coordinate representation of color #90114F: hue angle of 330.71º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90114F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1441779-
CMYK00.880.450.44
HSL330.71º78.88%31.57%-
HSV(B)330.71º88.19%56.47%-
XYZ13.116.898.04-
YUV62.04137.58186.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=60%
G=7.08%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144177900.880.450.44330.7178.8831.57
Hex90114F0582D2C14b4f20
Octal220211170130555451311740
Binary10010000100011001111010110001011011011001010010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90114F; }

 p { color: rgb(144,17,79); }

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

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

 a { background-color: rgb(144,17,79); }

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

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

 span { border-color: rgb(144,17,79); }

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