#692252

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

Shades of Pompadour #692252

Tints of Pompadour #692252

Color information

#692252 (or 0x692252) is unknown color: approx Pompadour. HEX triplet: 69, 22 and 52. RGB value is (105,34,82). Sum of RGB (Red+Green+Blue) = 105+34+82=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #692252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692252 is #96DDAD. Grayscale: #3C3C3C. Windows color (decimal): -9887150 or 5382761. OLE color: 5382761.

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

Color convert

RGB1053482-
CMYK00.680.220.59
HSL319.44º51.08%27.25%-
HSV(B)319.44º67.62%41.18%-
XYZ7.924.768.48-
YUV60.7140.02159.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=47.51%
G=15.38%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105348200.680.220.59319.4451.0827.25
Hex692252044163B13f331b
Octal15142122010426734776333
Binary11010011000101010010010001001011011101110011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692252; }

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

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

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

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

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

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

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

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