#682751

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

Shades of Pompadour #682751

Tints of Pompadour #682751

Color information

#682751 (or 0x682751) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 51. RGB value is (104,39,81). Sum of RGB (Red+Green+Blue) = 104+39+81=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682751 is #97D8AE. Grayscale: #3F3F3F. Windows color (decimal): -9951407 or 5318504. OLE color: 5318504.

HSL color Cylindrical-coordinate representation of color #682751: hue angle of 321.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682751 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1043981-
CMYK00.620.220.59
HSL321.23º45.45%28.04%-
HSV(B)321.23º62.5%40.78%-
XYZ7.924.998.33-
YUV63.22138.03157.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=46.43%
G=17.41%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104398100.620.220.59321.2345.4528.04
Hex68275103E163B1412d1c
Octal1504712107626735015534
Binary1101000100111101000101111101011011101110100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682751; }

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

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

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

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

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

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

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

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