#682352

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

Shades of Pompadour #682352

Tints of Pompadour #682352

Color information

#682352 (or 0x682352) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 52. RGB value is (104,35,82). Sum of RGB (Red+Green+Blue) = 104+35+82=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682352 is #97DCAD. Grayscale: #3C3C3C. Windows color (decimal): -9952430 or 5383016. OLE color: 5383016.

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

Color convert

RGB1043582-
CMYK00.660.210.59
HSL319.13º49.64%27.25%-
HSV(B)319.13º66.35%40.78%-
XYZ7.834.758.49-
YUV60.99139.86158.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=47.06%
G=15.84%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104358200.660.210.59319.1349.6427.25
Hex682352042153B13f321b
Octal15043122010225734776233
Binary11010001000111010010010000101010111101110011111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682352; }

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

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

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

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

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

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

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

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