#691051

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

Shades of Pompadour #691051

Tints of Pompadour #691051

Color information

#691051 (or 0x691051) is unknown color: approx Pompadour. HEX triplet: 69, 10 and 51. RGB value is (105,16,81). Sum of RGB (Red+Green+Blue) = 105+16+81=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #691051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691051 is #96EFAE. Grayscale: #313131. Windows color (decimal): -9891759 or 5312617. OLE color: 5312617.

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

Color convert

RGB1051681-
CMYK00.850.230.59
HSL316.18º73.55%23.73%-
HSV(B)316.18º84.76%41.18%-
XYZ7.53.978.16-
YUV50.02145.49167.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=51.98%
G=7.92%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105168100.850.230.59316.1873.5523.73
Hex691051055173B13c4a18
Octal151201210125277347411230
Binary11010011000010100010101010110111111011100111100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691051; }

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

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

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

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

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

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

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

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