#682549

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

Shades of Pompadour #682549

Tints of Pompadour #682549

Color information

#682549 (or 0x682549) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 49. RGB value is (104,37,73). Sum of RGB (Red+Green+Blue) = 104+37+73=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #682549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682549 is #97DAB6. Grayscale: #3D3D3D. Windows color (decimal): -9951927 or 4793704. OLE color: 4793704.

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

Color convert

RGB1043773-
CMYK00.640.300.59
HSL327.76º47.52%27.65%-
HSV(B)327.76º64.42%40.78%-
XYZ7.574.756.82-
YUV61.14134.7158.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=48.60%
G=17.29%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104377300.640.300.59327.7647.5227.65
Hex6825490401E3B148301c
Octal15045111010036735106034
Binary11010001001011001001010000001111011101110100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682549; }

 p { color: rgb(104,37,73); }

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

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

 a { background-color: rgb(104,37,73); }

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

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

 span { border-color: rgb(104,37,73); }

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