#991468

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

Shades of Jazzberry Jam #991468

Tints of Jazzberry Jam #991468

Color information

#991468 (or 0x991468) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 14 and 68. RGB value is (153,20,104). Sum of RGB (Red+Green+Blue) = 153+20+104=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #991468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991468 is #66EB97. Grayscale: #454545. Windows color (decimal): -6744984 or 6821017. OLE color: 6821017.

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

Color convert

RGB15320104-
CMYK00.870.320.4
HSL322.11º76.88%33.92%-
HSV(B)322.11º86.93%60%-
XYZ15.898.2713.86-
YUV69.34147.56187.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=55.23%
G=7.22%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532010400.870.320.4322.1176.8833.92
Hex99146805720281424d22
Octal231241500127405050211542
Binary10011001101001101000010101111000001010001010000101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991468; }

 p { color: rgb(153,20,104); }

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

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

 a { background-color: rgb(153,20,104); }

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

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

 span { border-color: rgb(153,20,104); }

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