#691E4F

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

Shades of Pompadour #691E4F

Tints of Pompadour #691E4F

Color information

#691E4F (or 0x691E4F) is unknown color: approx Pompadour. HEX triplet: 69, 1E and 4F. RGB value is (105,30,79). Sum of RGB (Red+Green+Blue) = 105+30+79=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #691E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691E4F is #96E1B0. Grayscale: #393939. Windows color (decimal): -9888177 or 5185129. OLE color: 5185129.

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

Color convert

RGB1053079-
CMYK00.710.250.59
HSL320.8º55.56%26.47%-
HSV(B)320.8º71.43%41.18%-
XYZ7.74.57.86-
YUV58.01139.85161.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=49.07%
G=14.02%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105307900.710.250.59320.855.5626.47
Hex691E4F047193B141381a
Octal15136117010731735017032
Binary1101001111101001111010001111100111101110100000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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