#68274C

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

Shades of Pompadour #68274C

Tints of Pompadour #68274C

Color information

#68274C (or 0x68274C) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 4C. RGB value is (104,39,76). Sum of RGB (Red+Green+Blue) = 104+39+76=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68274C is #97D8B3. Grayscale: #3E3E3E. Windows color (decimal): -9951412 or 4990824. OLE color: 4990824.

HSL color Cylindrical-coordinate representation of color #68274C: hue angle of 325.85º 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 #68274C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1043976-
CMYK00.620.270.59
HSL325.85º45.45%28.04%-
HSV(B)325.85º62.5%40.78%-
XYZ7.744.927.38-
YUV62.65135.53157.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=47.49%
G=17.81%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104397600.620.270.59325.8545.4528.04
Hex68274C03E1B3B1462d1c
Octal1504711407633735065534
Binary1101000100111100110001111101101111101110100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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