#692251

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

Shades of Pompadour #692251

Tints of Pompadour #692251

Color information

#692251 (or 0x692251) is unknown color: approx Pompadour. HEX triplet: 69, 22 and 51. RGB value is (105,34,81). Sum of RGB (Red+Green+Blue) = 105+34+81=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #692251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692251 is #96DDAE. Grayscale: #3C3C3C. Windows color (decimal): -9887151 or 5317225. OLE color: 5317225.

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

Color convert

RGB1053481-
CMYK00.680.230.59
HSL320.28º51.08%27.25%-
HSV(B)320.28º67.62%41.18%-
XYZ7.884.748.28-
YUV60.59139.52159.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=47.73%
G=15.45%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105348100.680.230.59320.2851.0827.25
Hex692251044173B140331b
Octal15142121010427735006333
Binary11010011000101010001010001001011111101110100000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692251; }

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

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

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

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

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

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

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

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