#691351

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

Shades of Pompadour #691351

Tints of Pompadour #691351

Color information

#691351 (or 0x691351) is unknown color: approx Pompadour. HEX triplet: 69, 13 and 51. RGB value is (105,19,81). Sum of RGB (Red+Green+Blue) = 105+19+81=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #691351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691351 is #96ECAE. Grayscale: #333333. Windows color (decimal): -9890991 or 5313385. OLE color: 5313385.

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

Color convert

RGB1051981-
CMYK00.820.230.59
HSL316.74º69.35%24.31%-
HSV(B)316.74º81.9%41.18%-
XYZ7.544.068.17-
YUV51.78144.49165.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=51.22%
G=9.27%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105198100.820.230.59316.7469.3524.31
Hex691351052173B13d4518
Octal151231210122277347510530
Binary11010011001110100010101001010111111011100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691351; }

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

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

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

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

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

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

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

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