#991a5f

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

Shades of Jazzberry Jam #991A5F

Tints of Jazzberry Jam #991A5F

Color information

#991A5F (or 0x991A5F) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1A and 5F. RGB value is (153,26,95). Sum of RGB (Red+Green+Blue) = 153+26+95=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A5F is #66E5A0. Grayscale: #474747. Windows color (decimal): -6743457 or 6232729. OLE color: 6232729.

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

Color convert

RGB1532695-
CMYK00.830.380.4
HSL327.4º70.95%35.1%-
HSV(B)327.4º83.01%60%-
XYZ15.578.3411.62-
YUV71.84141.08185.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=55.84%
G=9.49%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153269500.830.380.4327.470.9535.1
Hex991A5F05326281474723
Octal231321370123465050710743
Binary10011001110101011111010100111001101010001010001111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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