#691E44

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

Shades of Pompadour #691E44

Tints of Pompadour #691E44

Color information

#691E44 (or 0x691E44) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 44. RGB value is (105,30,68). Sum of RGB (Red+Green+Blue) = 105+30+68=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #691E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E44 is #96E1BB. Grayscale: #383838. Windows color (decimal): -9888188 or 4464233. OLE color: 4464233.

HSL color Cylindrical-coordinate representation of color #691E44: hue angle of 329.6º 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 #691E44 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1053068-
CMYK00.710.350.59
HSL329.6º55.56%26.47%-
HSV(B)329.6º71.43%41.18%-
XYZ7.334.355.92-
YUV56.76134.35162.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=51.72%
G=14.78%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105306800.710.350.59329.655.5626.47
Hex691E44047233B14a381a
Octal15136104010743735127032
Binary11010011111010001000100011110001111101110100101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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