#691148

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

Shades of Pompadour #691148

Tints of Pompadour #691148

Color information

#691148 (or 0x691148) is unknown color: approx Pompadour. HEX triplet: 69, 11 and 48. RGB value is (105,17,72). Sum of RGB (Red+Green+Blue) = 105+17+72=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #691148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691148 is #96EEB7. Grayscale: #313131. Windows color (decimal): -9891512 or 4723049. OLE color: 4723049.

HSL color Cylindrical-coordinate representation of color #691148: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691148 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1051772-
CMYK00.840.310.59
HSL322.5º72.13%23.92%-
HSV(B)322.5º83.81%41.18%-
XYZ7.23.876.5-
YUV49.58140.65167.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=54.12%
G=8.76%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105177200.840.310.59322.572.1323.92
Hex6911480541F3B1424818
Octal151211100124377350211030
Binary11010011000110010000101010011111111011101000010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691148; }

 p { color: rgb(105,17,72); }

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

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

 a { background-color: rgb(105,17,72); }

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

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

 span { border-color: rgb(105,17,72); }

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