#68113A

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

Shades of Pompadour #68113A

Tints of Pompadour #68113A

Color information

#68113A (or 0x68113A) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 3A. RGB value is (104,17,58). Sum of RGB (Red+Green+Blue) = 104+17+58=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113A is #97EEC5. Grayscale: #2F2F2F. Windows color (decimal): -9957062 or 3805544. OLE color: 3805544.

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

Color convert

RGB1041758-
CMYK00.840.440.59
HSL331.72º71.9%23.73%-
HSV(B)331.72º83.65%40.78%-
XYZ6.673.654.36-
YUV47.69133.82168.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=58.10%
G=9.50%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104175800.840.440.59331.7271.923.73
Hex68113A0542C3B14c4818
Octal15021720124547351411030
Binary11010001000111101001010100101100111011101001100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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