#681438

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

Shades of Pompadour #681438

Tints of Pompadour #681438

Color information

#681438 (or 0x681438) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 38. RGB value is (104,20,56). Sum of RGB (Red+Green+Blue) = 104+20+56=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681438 is #97EBC7. Grayscale: #313131. Windows color (decimal): -9956296 or 3675240. OLE color: 3675240.

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

Color convert

RGB1042056-
CMYK00.810.460.59
HSL334.29º67.74%24.31%-
HSV(B)334.29º80.77%40.78%-
XYZ6.673.734.11-
YUV49.22131.83167.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=57.78%
G=11.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104205600.810.460.59334.2967.7424.31
Hex6814380512E3B14e4418
Octal15024700121567351610430
Binary11010001010011100001010001101110111011101001110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681438; }

 p { color: rgb(104,20,56); }

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

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

 a { background-color: rgb(104,20,56); }

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

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

 span { border-color: rgb(104,20,56); }

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