#991C67

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

Shades of Jazzberry Jam #991C67

Tints of Jazzberry Jam #991C67

Color information

#991C67 (or 0x991C67) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 1C and 67. RGB value is (153,28,103). Sum of RGB (Red+Green+Blue) = 153+28+103=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #991C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C67 is #66E398. Grayscale: #494949. Windows color (decimal): -6742937 or 6757529. OLE color: 6757529.

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

Color convert

RGB15328103-
CMYK00.820.330.4
HSL324º69.06%35.49%-
HSV(B)324º81.7%60%-
XYZ168.5813.65-
YUV73.92144.41184.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=53.87%
G=9.86%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532810300.820.330.432469.0635.49
Hex991C6705221281444523
Octal231341470122415050410543
Binary10011001111001100111010100101000011010001010001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,103); }

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

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

 a { background-color: rgb(153,28,103); }

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

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

 span { border-color: rgb(153,28,103); }

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