#682150

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

Shades of Pompadour #682150

Tints of Pompadour #682150

Color information

#682150 (or 0x682150) is unknown color: approx Pompadour. HEX triplet: 68, 21 and 50. RGB value is (104,33,80). Sum of RGB (Red+Green+Blue) = 104+33+80=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682150 is #97DEAF. Grayscale: #3B3B3B. Windows color (decimal): -9952944 or 5251432. OLE color: 5251432.

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

Color convert

RGB1043380-
CMYK00.680.230.59
HSL320.28º51.82%26.86%-
HSV(B)320.28º68.27%40.78%-
XYZ7.74.618.07-
YUV59.59139.52159.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=47.93%
G=15.21%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104338000.680.230.59320.2851.8226.86
Hex682150044173B140341b
Octal15041120010427735006433
Binary11010001000011010000010001001011111101110100000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682150; }

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

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

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

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

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

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

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

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