#691E47

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

Shades of Pompadour #691E47

Tints of Pompadour #691E47

Color information

#691E47 (or 0x691E47) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 47. RGB value is (105,30,71). Sum of RGB (Red+Green+Blue) = 105+30+71=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #691E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E47 is #96E1B8. Grayscale: #393939. Windows color (decimal): -9888185 or 4660841. OLE color: 4660841.

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

Color convert

RGB1053071-
CMYK00.710.320.59
HSL327.2º55.56%26.47%-
HSV(B)327.2º71.43%41.18%-
XYZ7.434.396.42-
YUV57.1135.85162.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=50.97%
G=14.56%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105307100.710.320.59327.255.5626.47
Hex691E47047203B147381a
Octal15136107010740735077032
Binary11010011111010001110100011110000011101110100011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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