#991f6a

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

Shades of Jazzberry Jam #991F6A

Tints of Jazzberry Jam #991F6A

Color information

#991F6A (or 0x991F6A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1F and 6A. RGB value is (153,31,106). Sum of RGB (Red+Green+Blue) = 153+31+106=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991F6A is #66E095. Grayscale: #4B4B4B. Windows color (decimal): -6742166 or 6954905. OLE color: 6954905.

HSL color Cylindrical-coordinate representation of color #991F6A: hue angle of 323.11º 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 #991F6A is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15331106-
CMYK00.800.310.4
HSL323.11º66.3%36.08%-
HSV(B)323.11º79.74%60%-
XYZ16.238.7914.48-
YUV76.03144.92182.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=52.76%
G=10.69%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533110600.800.310.4323.1166.336.08
Hex991F6A0501F281434224
Octal231371520120375050310244
Binary1001100111111110101001010000111111010001010000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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