#681240

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

Shades of Pompadour #681240

Tints of Pompadour #681240

Color information

#681240 (or 0x681240) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 40. RGB value is (104,18,64). Sum of RGB (Red+Green+Blue) = 104+18+64=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681240 is #97EDBF. Grayscale: #303030. Windows color (decimal): -9956800 or 4199016. OLE color: 4199016.

HSL color Cylindrical-coordinate representation of color #681240: hue angle of 327.91º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681240 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1041864-
CMYK00.830.380.59
HSL327.91º70.49%23.92%-
HSV(B)327.91º82.69%40.78%-
XYZ6.853.755.21-
YUV48.96136.49167.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=55.91%
G=9.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104186400.830.380.59327.9170.4923.92
Hex681240053263B1484618
Octal150221000123467351010630
Binary110100010010100000001010011100110111011101001000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681240; }

 p { color: rgb(104,18,64); }

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

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

 a { background-color: rgb(104,18,64); }

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

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

 span { border-color: rgb(104,18,64); }

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