#991F65

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

Shades of Jazzberry Jam #991F65

Tints of Jazzberry Jam #991F65

Color information

#991F65 (or 0x991F65) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1F and 65. RGB value is (153,31,101). Sum of RGB (Red+Green+Blue) = 153+31+101=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F65 is #66E09A. Grayscale: #4B4B4B. Windows color (decimal): -6742171 or 6627225. OLE color: 6627225.

HSL color Cylindrical-coordinate representation of color #991F65: hue angle of 325.57º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F65 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB15331101-
CMYK00.800.340.4
HSL325.57º66.3%36.08%-
HSV(B)325.57º79.74%60%-
XYZ15.988.6913.15-
YUV75.46142.42183.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=53.68%
G=10.88%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533110100.800.340.4325.5766.336.08
Hex991F6505022281464224
Octal231371450120425050610244
Binary10011001111111100101010100001000101010001010001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F65; }

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

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

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

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

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

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

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

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