#691C4A

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

Shades of Pompadour #691C4A

Tints of Pompadour #691C4A

Color information

#691C4A (or 0x691C4A) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 4A. RGB value is (105,28,74). Sum of RGB (Red+Green+Blue) = 105+28+74=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #691C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C4A is #96E3B5. Grayscale: #383838. Windows color (decimal): -9888694 or 4856937. OLE color: 4856937.

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

Color convert

RGB1052874-
CMYK00.730.300.59
HSL324.16º57.89%26.08%-
HSV(B)324.16º73.33%41.18%-
XYZ7.484.336.92-
YUV56.27138.01162.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=50.72%
G=13.53%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105287400.730.300.59324.1657.8926.08
Hex691C4A0491E3B1443a1a
Octal15134112011136735047232
Binary1101001111001001010010010011111011101110100010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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