#683051

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

Shades of Pompadour #683051

Tints of Pompadour #683051

Color information

#683051 (or 0x683051) is unknown color: approx Pompadour. HEX triplet: 68, 30 and 51. RGB value is (104,48,81). Sum of RGB (Red+Green+Blue) = 104+48+81=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #683051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683051 is #97CFAE. Grayscale: #444444. Windows color (decimal): -9949103 or 5320808. OLE color: 5320808.

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

Color convert

RGB1044881-
CMYK00.540.220.59
HSL324.64º36.84%29.8%-
HSV(B)324.64º53.85%40.78%-
XYZ8.255.658.44-
YUV68.51135.05153.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=44.64%
G=20.60%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104488100.540.220.59324.6436.8429.8
Hex683051036163B145251e
Octal1506012106626735054536
Binary1101000110000101000101101101011011101110100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683051; }

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

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

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

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

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

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

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

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