#68314F

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

Shades of Pompadour #68314F

Tints of Pompadour #68314F

Color information

#68314F (or 0x68314F) is unknown color: approx Pompadour. HEX triplet: 68, 31 and 4F. RGB value is (104,49,79). Sum of RGB (Red+Green+Blue) = 104+49+79=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68314F is #97CEB0. Grayscale: #444444. Windows color (decimal): -9948849 or 5189992. OLE color: 5189992.

HSL color Cylindrical-coordinate representation of color #68314F: hue angle of 327.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1044979-
CMYK00.530.240.59
HSL327.27º35.95%30%-
HSV(B)327.27º52.88%40.78%-
XYZ8.225.78.06-
YUV68.86133.72153.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=44.83%
G=21.12%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104497900.530.240.59327.2735.9530
Hex68314F035183B147241e
Octal1506111706530735074436
Binary1101000110001100111101101011100011101110100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68314F; }

 p { color: rgb(104,49,79); }

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

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

 a { background-color: rgb(104,49,79); }

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

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

 span { border-color: rgb(104,49,79); }

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