#681138

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

Shades of Pompadour #681138

Tints of Pompadour #681138

Color information

#681138 (or 0x681138) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 38. RGB value is (104,17,56). Sum of RGB (Red+Green+Blue) = 104+17+56=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #681138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681138 is #97EEC7. Grayscale: #2F2F2F. Windows color (decimal): -9957064 or 3674472. OLE color: 3674472.

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

Color convert

RGB1041756-
CMYK00.840.460.59
HSL333.1º71.9%23.73%-
HSV(B)333.1º83.65%40.78%-
XYZ6.623.634.09-
YUV47.46132.82168.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=58.76%
G=9.60%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175600.840.460.59333.171.923.73
Hex6811380542E3B14d4818
Octal15021700124567351511030
Binary11010001000111100001010100101110111011101001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681138; }

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

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

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

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

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

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

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

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