#68113B

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

Shades of Pompadour #68113B

Tints of Pompadour #68113B

Color information

#68113B (or 0x68113B) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 3B. RGB value is (104,17,59). Sum of RGB (Red+Green+Blue) = 104+17+59=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #68113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113B is #97EEC4. Grayscale: #2F2F2F. Windows color (decimal): -9957061 or 3871080. OLE color: 3871080.

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

Color convert

RGB1041759-
CMYK00.840.430.59
HSL331.03º71.9%23.73%-
HSV(B)331.03º83.65%40.78%-
XYZ6.73.664.49-
YUV47.8134.32168.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=57.78%
G=9.44%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175900.840.430.59331.0371.923.73
Hex68113B0542B3B14b4818
Octal15021730124537351311030
Binary11010001000111101101010100101011111011101001011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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