#68113D

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

Shades of Pompadour #68113D

Tints of Pompadour #68113D

Color information

#68113D (or 0x68113D) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 3D. RGB value is (104,17,61). Sum of RGB (Red+Green+Blue) = 104+17+61=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113D is #97EEC2. Grayscale: #2F2F2F. Windows color (decimal): -9957059 or 4002152. OLE color: 4002152.

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

Color convert

RGB1041761-
CMYK00.840.410.59
HSL329.66º71.9%23.73%-
HSV(B)329.66º83.65%40.78%-
XYZ6.753.684.77-
YUV48.03135.32167.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=57.14%
G=9.34%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104176100.840.410.59329.6671.923.73
Hex68113D054293B14a4818
Octal15021750124517351211030
Binary11010001000111110101010100101001111011101001010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68113D; }

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

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

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

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

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

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

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

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