#681538

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

Shades of Pompadour #681538

Tints of Pompadour #681538

Color information

#681538 (or 0x681538) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 38. RGB value is (104,21,56). Sum of RGB (Red+Green+Blue) = 104+21+56=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #681538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681538 is #97EAC7. Grayscale: #313131. Windows color (decimal): -9956040 or 3675496. OLE color: 3675496.

HSL color Cylindrical-coordinate representation of color #681538: hue angle of 334.7º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681538 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1042156-
CMYK00.800.460.59
HSL334.7º66.4%24.51%-
HSV(B)334.7º79.81%40.78%-
XYZ6.693.764.12-
YUV49.81131.5166.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=57.46%
G=11.60%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104215600.800.460.59334.766.424.51
Hex6815380502E3B14f4219
Octal15025700120567351710231
Binary11010001010111100001010000101110111011101001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681538; }

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

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

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

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

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

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

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

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