#683052

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

Shades of Pompadour #683052

Tints of Pompadour #683052

Color information

#683052 (or 0x683052) is unknown color: approx Pompadour. HEX triplet: 68, 30 and 52. RGB value is (104,48,82). Sum of RGB (Red+Green+Blue) = 104+48+82=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #683052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683052 is #97CFAD. Grayscale: #444444. Windows color (decimal): -9949102 or 5386344. OLE color: 5386344.

HSL color Cylindrical-coordinate representation of color #683052: hue angle of 323.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683052 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1044882-
CMYK00.540.210.59
HSL323.57º36.84%29.8%-
HSV(B)323.57º53.85%40.78%-
XYZ8.295.678.64-
YUV68.62135.55153.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=44.44%
G=20.51%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104488200.540.210.59323.5736.8429.8
Hex683052036153B144251e
Octal1506012206625735044536
Binary1101000110000101001001101101010111101110100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683052; }

 p { color: rgb(104,48,82); }

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

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

 a { background-color: rgb(104,48,82); }

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

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

 span { border-color: rgb(104,48,82); }

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