#691C47

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

Shades of Pompadour #691C47

Tints of Pompadour #691C47

Color information

#691C47 (or 0x691C47) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 47. RGB value is (105,28,71). Sum of RGB (Red+Green+Blue) = 105+28+71=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C47 is #96E3B8. Grayscale: #373737. Windows color (decimal): -9888697 or 4660329. OLE color: 4660329.

HSL color Cylindrical-coordinate representation of color #691C47: hue angle of 326.49º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C47 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1052871-
CMYK00.730.320.59
HSL326.49º57.89%26.08%-
HSV(B)326.49º73.33%41.18%-
XYZ7.384.296.4-
YUV55.92136.51163-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=51.47%
G=13.73%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105287100.730.320.59326.4957.8926.08
Hex691C47049203B1463a1a
Octal15134107011140735067232
Binary11010011110010001110100100110000011101110100011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C47; }

 p { color: rgb(105,28,71); }

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

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

 a { background-color: rgb(105,28,71); }

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

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

 span { border-color: rgb(105,28,71); }

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