#682142

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

Shades of Pompadour #682142

Tints of Pompadour #682142

Color information

#682142 (or 0x682142) is unknown color: approx Pompadour. HEX triplet: 68, 21 and 42. RGB value is (104,33,66). Sum of RGB (Red+Green+Blue) = 104+33+66=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #682142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682142 is #97DEBD. Grayscale: #393939. Windows color (decimal): -9952958 or 4333928. OLE color: 4333928.

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

Color convert

RGB1043366-
CMYK00.680.370.59
HSL332.11º51.82%26.86%-
HSV(B)332.11º68.27%40.78%-
XYZ7.244.425.63-
YUV57.99132.52160.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=51.23%
G=16.26%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104336600.680.370.59332.1151.8226.86
Hex682142044253B14c341b
Octal15041102010445735146433
Binary110100010000110000100100010010010111101110100110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682142; }

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

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

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

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

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

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

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

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