#682152

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

Shades of Pompadour #682152

Tints of Pompadour #682152

Color information

#682152 (or 0x682152) is unknown color: approx Pompadour. HEX triplet: 68, 21 and 52. RGB value is (104,33,82). Sum of RGB (Red+Green+Blue) = 104+33+82=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682152 is #97DEAD. Grayscale: #3B3B3B. Windows color (decimal): -9952942 or 5382504. OLE color: 5382504.

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

Color convert

RGB1043382-
CMYK00.680.210.59
HSL318.59º51.82%26.86%-
HSV(B)318.59º68.27%40.78%-
XYZ7.784.648.47-
YUV59.82140.52159.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=47.49%
G=15.07%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104338200.680.210.59318.5951.8226.86
Hex682152044153B13f341b
Octal15041122010425734776433
Binary11010001000011010010010001001010111101110011111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682152; }

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

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

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

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

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

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

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

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