#691251

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

Shades of Pompadour #691251

Tints of Pompadour #691251

Color information

#691251 (or 0x691251) is unknown color: approx Pompadour. HEX triplet: 69, 12 and 51. RGB value is (105,18,81). Sum of RGB (Red+Green+Blue) = 105+18+81=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #691251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691251 is #96EDAE. Grayscale: #333333. Windows color (decimal): -9891247 or 5313129. OLE color: 5313129.

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

Color convert

RGB1051881-
CMYK00.830.230.59
HSL316.55º70.73%24.12%-
HSV(B)316.55º82.86%41.18%-
XYZ7.534.038.17-
YUV51.2144.82166.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=51.47%
G=8.82%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105188100.830.230.59316.5570.7324.12
Hex691251053173B13d4718
Octal151221210123277347510730
Binary11010011001010100010101001110111111011100111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691251; }

 p { color: rgb(105,18,81); }

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

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

 a { background-color: rgb(105,18,81); }

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

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

 span { border-color: rgb(105,18,81); }

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