#682D50

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

Shades of Pompadour #682D50

Tints of Pompadour #682D50

Color information

#682D50 (or 0x682D50) is unknown color: approx Pompadour. HEX triplet: 68, 2D and 50. RGB value is (104,45,80). Sum of RGB (Red+Green+Blue) = 104+45+80=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D50 is #97D2AF. Grayscale: #424242. Windows color (decimal): -9949872 or 5254504. OLE color: 5254504.

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

Color convert

RGB1044580-
CMYK00.570.230.59
HSL324.41º39.6%29.22%-
HSV(B)324.41º56.73%40.78%-
XYZ8.15.48.2-
YUV66.63135.55154.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=45.41%
G=19.65%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104458000.570.230.59324.4139.629.22
Hex682D50039173B144281d
Octal1505512007127735045035
Binary1101000101101101000001110011011111101110100010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,45,80); }

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

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

 a { background-color: rgb(104,45,80); }

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

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

 span { border-color: rgb(104,45,80); }

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