#682552

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

Shades of Pompadour #682552

Tints of Pompadour #682552

Color information

#682552 (or 0x682552) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 52. RGB value is (104,37,82). Sum of RGB (Red+Green+Blue) = 104+37+82=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682552 is #97DAAD. Grayscale: #3E3E3E. Windows color (decimal): -9951918 or 5383528. OLE color: 5383528.

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

Color convert

RGB1043782-
CMYK00.640.210.59
HSL319.7º47.52%27.65%-
HSV(B)319.7º64.42%40.78%-
XYZ7.894.888.51-
YUV62.16139.2157.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=46.64%
G=16.59%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104378200.640.210.59319.747.5227.65
Hex682552040153B140301c
Octal15045122010025735006034
Binary11010001001011010010010000001010111101110100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682552; }

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

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

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

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

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

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

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

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