#68274D

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

Shades of Pompadour #68274D

Tints of Pompadour #68274D

Color information

#68274D (or 0x68274D) is unknown color: approx Pompadour. HEX triplet: 68, 27 and 4D. RGB value is (104,39,77). Sum of RGB (Red+Green+Blue) = 104+39+77=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68274D is #97D8B2. Grayscale: #3E3E3E. Windows color (decimal): -9951411 or 5056360. OLE color: 5056360.

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

Color convert

RGB1043977-
CMYK00.620.260.59
HSL324.92º45.45%28.04%-
HSV(B)324.92º62.5%40.78%-
XYZ7.774.937.56-
YUV62.77136.03157.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 77 (30.47% from 255) = 35%
R=47.27%
G=17.73%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104397700.620.260.59324.9245.4528.04
Hex68274D03E1A3B1452d1c
Octal1504711507632735055534
Binary1101000100111100110101111101101011101110100010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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