#692849

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

Shades of Pompadour #692849

Tints of Pompadour #692849

Color information

#692849 (or 0x692849) is unknown color: approx Pompadour. HEX triplet: 69, 28 and 49. RGB value is (105,40,73). Sum of RGB (Red+Green+Blue) = 105+40+73=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #692849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692849 is #96D7B6. Grayscale: #3F3F3F. Windows color (decimal): -9885623 or 4794473. OLE color: 4794473.

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

Color convert

RGB1054073-
CMYK00.620.300.59
HSL329.54º44.83%28.43%-
HSV(B)329.54º61.9%41.18%-
XYZ7.7956.86-
YUV63.2133.53157.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=48.17%
G=18.35%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105407300.620.300.59329.5444.8328.43
Hex69284903E1E3B14a2d1c
Octal1515011107636735125534
Binary1101001101000100100101111101111011101110100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692849; }

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

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

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

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

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

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

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

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