#691339

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

Shades of Pompadour #691339

Tints of Pompadour #691339

Color information

#691339 (or 0x691339) is unknown color: approx Pompadour. HEX triplet: 69, 13 and 39. RGB value is (105,19,57). Sum of RGB (Red+Green+Blue) = 105+19+57=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #691339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691339 is #96ECC6. Grayscale: #303030. Windows color (decimal): -9891015 or 3740521. OLE color: 3740521.

HSL color Cylindrical-coordinate representation of color #691339: hue angle of 333.49º 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 #691339 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1051957-
CMYK00.820.460.59
HSL333.49º69.35%24.31%-
HSV(B)333.49º81.9%41.18%-
XYZ6.83.764.24-
YUV49.05132.49167.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=58.01%
G=10.50%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105195700.820.460.59333.4969.3524.31
Hex6913390522E3B14d4518
Octal15123710122567351510530
Binary11010011001111100101010010101110111011101001101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691339; }

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

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

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

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

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

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

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

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