#692149

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

Shades of Pompadour #692149

Tints of Pompadour #692149

Color information

#692149 (or 0x692149) is unknown color: approx Pompadour. HEX triplet: 69, 21 and 49. RGB value is (105,33,73). Sum of RGB (Red+Green+Blue) = 105+33+73=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #692149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692149 is #96DEB6. Grayscale: #3B3B3B. Windows color (decimal): -9887415 or 4792681. OLE color: 4792681.

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

Color convert

RGB1053373-
CMYK00.690.300.59
HSL326.67º52.17%27.06%-
HSV(B)326.67º68.57%41.18%-
XYZ7.574.576.79-
YUV59.09135.85160.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=49.76%
G=15.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105337300.690.300.59326.6752.1727.06
Hex6921490451E3B147341b
Octal15141111010536735076433
Binary11010011000011001001010001011111011101110100011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692149; }

 p { color: rgb(105,33,73); }

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

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

 a { background-color: rgb(105,33,73); }

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

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

 span { border-color: rgb(105,33,73); }

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