#681134

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

Shades of Pompadour #681134

Tints of Pompadour #681134

Color information

#681134 (or 0x681134) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 34. RGB value is (104,17,52). Sum of RGB (Red+Green+Blue) = 104+17+52=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681134 is #97EECB. Grayscale: #2E2E2E. Windows color (decimal): -9957068 or 3412328. OLE color: 3412328.

HSL color Cylindrical-coordinate representation of color #681134: hue angle of 335.86º 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 #681134 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1041752-
CMYK00.840.500.59
HSL335.86º71.9%23.73%-
HSV(B)335.86º83.65%40.78%-
XYZ6.533.593.6-
YUV47130.82168.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=60.12%
G=9.83%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175200.840.500.59335.8671.923.73
Hex681134054323B1504818
Octal15021640124627352011030
Binary11010001000111010001010100110010111011101010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681134; }

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

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

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

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

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

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

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

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