#691C4F

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

Shades of Pompadour #691C4F

Tints of Pompadour #691C4F

Color information

#691C4F (or 0x691C4F) is unknown color: approx Pompadour. HEX triplet: 69, 1C and 4F. RGB value is (105,28,79). Sum of RGB (Red+Green+Blue) = 105+28+79=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C4F is #96E3B0. Grayscale: #383838. Windows color (decimal): -9888689 or 5184617. OLE color: 5184617.

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

Color convert

RGB1052879-
CMYK00.730.250.59
HSL320.26º57.89%26.08%-
HSV(B)320.26º73.33%41.18%-
XYZ7.654.47.84-
YUV56.84140.51162.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=49.53%
G=13.21%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105287900.730.250.59320.2657.8926.08
Hex691C4F049193B1403a1a
Octal15134117011131735007232
Binary1101001111001001111010010011100111101110100000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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