#68133A

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

Shades of Pompadour #68133A

Tints of Pompadour #68133A

Color information

#68133A (or 0x68133A) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 3A. RGB value is (104,19,58). Sum of RGB (Red+Green+Blue) = 104+19+58=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68133A is #97ECC5. Grayscale: #303030. Windows color (decimal): -9956550 or 3806056. OLE color: 3806056.

HSL color Cylindrical-coordinate representation of color #68133A: hue angle of 332.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68133A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1041958-
CMYK00.820.440.59
HSL332.47º69.11%24.12%-
HSV(B)332.47º81.73%40.78%-
XYZ6.713.714.37-
YUV48.86133.16167.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=57.46%
G=10.50%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104195800.820.440.59332.4769.1124.12
Hex68133A0522C3B14c4518
Octal15023720122547351410530
Binary11010001001111101001010010101100111011101001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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