#682B49

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

Shades of Pompadour #682B49

Tints of Pompadour #682B49

Color information

#682B49 (or 0x682B49) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 49. RGB value is (104,43,73). Sum of RGB (Red+Green+Blue) = 104+43+73=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #682B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B49 is #97D4B6. Grayscale: #404040. Windows color (decimal): -9950391 or 4795240. OLE color: 4795240.

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

Color convert

RGB1044373-
CMYK00.590.300.59
HSL330.49º41.5%28.82%-
HSV(B)330.49º58.65%40.78%-
XYZ7.785.156.89-
YUV64.66132.71156.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=47.27%
G=19.55%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104437300.590.300.59330.4941.528.82
Hex682B4903B1E3B14a291d
Octal1505311107336735125135
Binary1101000101011100100101110111111011101110100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B49; }

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

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

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

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

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

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

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

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