#682C52

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

Shades of Pompadour #682C52

Tints of Pompadour #682C52

Color information

#682C52 (or 0x682C52) is unknown color: approx Pompadour. HEX triplet: 68, 2C and 52. RGB value is (104,44,82). Sum of RGB (Red+Green+Blue) = 104+44+82=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C52 is #97D3AD. Grayscale: #424242. Windows color (decimal): -9950126 or 5385320. OLE color: 5385320.

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

Color convert

RGB1044482-
CMYK00.580.210.59
HSL322º40.54%29.02%-
HSV(B)322º57.69%40.78%-
XYZ8.135.358.59-
YUV66.27136.88154.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=45.22%
G=19.13%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104448200.580.210.5932240.5429.02
Hex682C5203A153B142291d
Octal1505412207225735025135
Binary1101000101100101001001110101010111101110100001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,44,82); }

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

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

 a { background-color: rgb(104,44,82); }

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

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

 span { border-color: rgb(104,44,82); }

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