#681135

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

Shades of Pompadour #681135

Tints of Pompadour #681135

Color information

#681135 (or 0x681135) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 35. RGB value is (104,17,53). Sum of RGB (Red+Green+Blue) = 104+17+53=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681135 is #97EECA. Grayscale: #2F2F2F. Windows color (decimal): -9957067 or 3477864. OLE color: 3477864.

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

Color convert

RGB1041753-
CMYK00.840.490.59
HSL335.17º71.9%23.73%-
HSV(B)335.17º83.65%40.78%-
XYZ6.553.63.72-
YUV47.12131.32168.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=59.77%
G=9.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175300.840.490.59335.1771.923.73
Hex681135054313B14f4818
Octal15021650124617351711030
Binary11010001000111010101010100110001111011101001111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681135; }

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

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

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

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

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

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

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

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