#991A65

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

Shades of Jazzberry Jam #991A65

Tints of Jazzberry Jam #991A65

Color information

#991A65 (or 0x991A65) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1A and 65. RGB value is (153,26,101). Sum of RGB (Red+Green+Blue) = 153+26+101=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #991A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A65 is #66E59A. Grayscale: #484848. Windows color (decimal): -6743451 or 6625945. OLE color: 6625945.

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

Color convert

RGB15326101-
CMYK00.830.340.4
HSL324.57º70.95%35.1%-
HSV(B)324.57º83.01%60%-
XYZ15.868.4513.11-
YUV72.52144.08185.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=54.64%
G=9.29%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532610100.830.340.4324.5770.9535.1
Hex991A6505322281454723
Octal231321450123425050510743
Binary10011001110101100101010100111000101010001010001011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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