#68274A

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

Shades of Pompadour #68274A

Tints of Pompadour #68274A

Color information

#68274A (or 0x68274A) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 4A. RGB value is (104,39,74). Sum of RGB (Red+Green+Blue) = 104+39+74=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68274A is #97D8B5. Grayscale: #3E3E3E. Windows color (decimal): -9951414 or 4859752. OLE color: 4859752.

HSL color Cylindrical-coordinate representation of color #68274A: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68274A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1043974-
CMYK00.620.290.59
HSL327.69º45.45%28.04%-
HSV(B)327.69º62.5%40.78%-
XYZ7.674.897.02-
YUV62.42134.53157.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=47.93%
G=17.97%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104397400.620.290.59327.6945.4528.04
Hex68274A03E1D3B1482d1c
Octal1504711207635735105534
Binary1101000100111100101001111101110111101110100100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,39,74); }

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

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

 a { background-color: rgb(104,39,74); }

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

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

 span { border-color: rgb(104,39,74); }

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