#691139

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

Shades of Pompadour #691139

Tints of Pompadour #691139

Color information

#691139 (or 0x691139) is unknown color: approx Pompadour. HEX triplet: 69, 11 and 39. RGB value is (105,17,57). Sum of RGB (Red+Green+Blue) = 105+17+57=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691139 is #96EEC6. Grayscale: #2F2F2F. Windows color (decimal): -9891527 or 3740009. OLE color: 3740009.

HSL color Cylindrical-coordinate representation of color #691139: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691139 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1051757-
CMYK00.840.460.59
HSL332.73º72.13%23.92%-
HSV(B)332.73º83.81%41.18%-
XYZ6.763.74.23-
YUV47.87133.15168.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=58.66%
G=9.50%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105175700.840.460.59332.7372.1323.92
Hex6911390542E3B14d4818
Octal15121710124567351511030
Binary11010011000111100101010100101110111011101001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691139; }

 p { color: rgb(105,17,57); }

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

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

 a { background-color: rgb(105,17,57); }

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

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

 span { border-color: rgb(105,17,57); }

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