#691A4E

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

Shades of Pompadour #691A4E

Tints of Pompadour #691A4E

Color information

#691A4E (or 0x691A4E) is unknown color: approx Pompadour. HEX triplet: 69, 1A and 4E. RGB value is (105,26,78). Sum of RGB (Red+Green+Blue) = 105+26+78=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #691A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A4E is #96E5B1. Grayscale: #373737. Windows color (decimal): -9889202 or 5118569. OLE color: 5118569.

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

Color convert

RGB1052678-
CMYK00.750.260.59
HSL320.51º60.31%25.69%-
HSV(B)320.51º75.24%41.18%-
XYZ7.574.297.64-
YUV55.55140.67163.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=50.24%
G=12.44%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105267800.750.260.59320.5160.3125.69
Hex691A4E04B1A3B1413c1a
Octal15132116011332735017432
Binary1101001110101001110010010111101011101110100000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,26,78); }

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

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

 a { background-color: rgb(105,26,78); }

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

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

 span { border-color: rgb(105,26,78); }

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