#682544

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

Shades of Pompadour #682544

Tints of Pompadour #682544

Color information

#682544 (or 0x682544) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 44. RGB value is (104,37,68). Sum of RGB (Red+Green+Blue) = 104+37+68=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682544 is #97DABB. Grayscale: #3C3C3C. Windows color (decimal): -9951932 or 4466024. OLE color: 4466024.

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

Color convert

RGB1043768-
CMYK00.640.350.59
HSL332.24º47.52%27.65%-
HSV(B)332.24º64.42%40.78%-
XYZ7.414.685.98-
YUV60.57132.2158.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=49.76%
G=17.70%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104376800.640.350.59332.2447.5227.65
Hex682544040233B14c301c
Octal15045104010043735146034
Binary110100010010110001000100000010001111101110100110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682544; }

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

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

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

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

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

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

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

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