#692151

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

Shades of Pompadour #692151

Tints of Pompadour #692151

Color information

#692151 (or 0x692151) is unknown color: approx Pompadour. HEX triplet: 69, 21 and 51. RGB value is (105,33,81). Sum of RGB (Red+Green+Blue) = 105+33+81=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #692151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692151 is #96DEAE. Grayscale: #3B3B3B. Windows color (decimal): -9887407 or 5316969. OLE color: 5316969.

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

Color convert

RGB1053381-
CMYK00.690.230.59
HSL320º52.17%27.06%-
HSV(B)320º68.57%41.18%-
XYZ7.854.698.27-
YUV60139.85160.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=47.95%
G=15.07%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105338100.690.230.5932052.1727.06
Hex692151045173B140341b
Octal15141121010527735006433
Binary11010011000011010001010001011011111101110100000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692151; }

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

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

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

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

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

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

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

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