#691A50

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

Shades of Pompadour #691A50

Tints of Pompadour #691A50

Color information

#691A50 (or 0x691A50) is unknown color: approx Pompadour. HEX triplet: 69, 1A and 50. RGB value is (105,26,80). Sum of RGB (Red+Green+Blue) = 105+26+80=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A50 is #96E5AF. Grayscale: #373737. Windows color (decimal): -9889200 or 5249641. OLE color: 5249641.

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

Color convert

RGB1052680-
CMYK00.750.240.59
HSL318.99º60.31%25.69%-
HSV(B)318.99º75.24%41.18%-
XYZ7.644.328.02-
YUV55.78141.67163.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=49.76%
G=12.32%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105268000.750.240.59318.9960.3125.69
Hex691A5004B183B13f3c1a
Octal15132120011330734777432
Binary1101001110101010000010010111100011101110011111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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