#681338

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

Shades of Pompadour #681338

Tints of Pompadour #681338

Color information

#681338 (or 0x681338) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 38. RGB value is (104,19,56). Sum of RGB (Red+Green+Blue) = 104+19+56=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681338 is #97ECC7. Grayscale: #303030. Windows color (decimal): -9956552 or 3674984. OLE color: 3674984.

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

Color convert

RGB1041956-
CMYK00.820.460.59
HSL333.88º69.11%24.12%-
HSV(B)333.88º81.73%40.78%-
XYZ6.663.694.1-
YUV48.63132.16167.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=58.10%
G=10.61%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104195600.820.460.59333.8869.1124.12
Hex6813380522E3B14e4518
Octal15023700122567351610530
Binary11010001001111100001010010101110111011101001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681338; }

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

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

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

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

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

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

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

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