#682051

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

Shades of Pompadour #682051

Tints of Pompadour #682051

Color information

#682051 (or 0x682051) is unknown color: approx Pompadour. HEX triplet: 68, 20 and 51. RGB value is (104,32,81). Sum of RGB (Red+Green+Blue) = 104+32+81=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682051 is #97DFAE. Grayscale: #3A3A3A. Windows color (decimal): -9953199 or 5316712. OLE color: 5316712.

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

Color convert

RGB1043281-
CMYK00.690.220.59
HSL319.17º52.94%26.67%-
HSV(B)319.17º69.23%40.78%-
XYZ7.714.578.26-
YUV59.11140.35160.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=47.93%
G=14.75%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104328100.690.220.59319.1752.9426.67
Hex682051045163B13f351b
Octal15040121010526734776533
Binary11010001000001010001010001011011011101110011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682051; }

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

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

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

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

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

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

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

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