#692052

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

Shades of Pompadour #692052

Tints of Pompadour #692052

Color information

#692052 (or 0x692052) is unknown color: approx Pompadour. HEX triplet: 69, 20 and 52. RGB value is (105,32,82). Sum of RGB (Red+Green+Blue) = 105+32+82=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #692052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692052 is #96DFAD. Grayscale: #3B3B3B. Windows color (decimal): -9887662 or 5382249. OLE color: 5382249.

HSL color Cylindrical-coordinate representation of color #692052: hue angle of 318.9º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692052 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1053282-
CMYK00.700.220.59
HSL318.9º53.28%26.86%-
HSV(B)318.9º69.52%41.18%-
XYZ7.874.658.46-
YUV59.53140.68160.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=47.95%
G=14.61%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105328200.700.220.59318.953.2826.86
Hex692052046163B13f351b
Octal15140122010626734776533
Binary11010011000001010010010001101011011101110011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692052; }

 p { color: rgb(105,32,82); }

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

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

 a { background-color: rgb(105,32,82); }

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

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

 span { border-color: rgb(105,32,82); }

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