#692148

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

Shades of Pompadour #692148

Tints of Pompadour #692148

Color information

#692148 (or 0x692148) is unknown color: approx Pompadour. HEX triplet: 69, 21 and 48. RGB value is (105,33,72). Sum of RGB (Red+Green+Blue) = 105+33+72=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #692148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692148 is #96DEB7. Grayscale: #3A3A3A. Windows color (decimal): -9887416 or 4727145. OLE color: 4727145.

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

Color convert

RGB1053372-
CMYK00.690.310.59
HSL327.5º52.17%27.06%-
HSV(B)327.5º68.57%41.18%-
XYZ7.544.566.61-
YUV58.97135.35160.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=50%
G=15.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105337200.690.310.59327.552.1727.06
Hex6921480451F3B148341b
Octal15141110010537735106433
Binary11010011000011001000010001011111111101110100100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692148; }

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

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

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

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

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

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

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

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