#991365

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

Shades of Jazzberry Jam #991365

Tints of Jazzberry Jam #991365

Color information

#991365 (or 0x991365) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 13 and 65. RGB value is (153,19,101). Sum of RGB (Red+Green+Blue) = 153+19+101=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991365 is #66EC9A. Grayscale: #444444. Windows color (decimal): -6745243 or 6624153. OLE color: 6624153.

HSL color Cylindrical-coordinate representation of color #991365: hue angle of 323.28º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991365 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB15319101-
CMYK00.880.340.4
HSL323.28º77.91%33.73%-
HSV(B)323.28º87.58%60%-
XYZ15.728.1813.06-
YUV68.41146.39188.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=56.04%
G=6.96%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531910100.880.340.4323.2877.9133.73
Hex99136505822281434e22
Octal231231450130425050311642
Binary10011001100111100101010110001000101010001010000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991365; }

 p { color: rgb(153,19,101); }

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

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

 a { background-color: rgb(153,19,101); }

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

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

 span { border-color: rgb(153,19,101); }

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