#68254D

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

Shades of Pompadour #68254D

Tints of Pompadour #68254D

Color information

#68254D (or 0x68254D) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 4D. RGB value is (104,37,77). Sum of RGB (Red+Green+Blue) = 104+37+77=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68254D is #97DAB2. Grayscale: #3D3D3D. Windows color (decimal): -9951923 or 5055848. OLE color: 5055848.

HSL color Cylindrical-coordinate representation of color #68254D: hue angle of 324.18º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68254D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1043777-
CMYK00.640.260.59
HSL324.18º47.52%27.65%-
HSV(B)324.18º64.42%40.78%-
XYZ7.714.87.54-
YUV61.59136.7158.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=47.71%
G=16.97%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104377700.640.260.59324.1847.5227.65
Hex68254D0401A3B144301c
Octal15045115010032735046034
Binary11010001001011001101010000001101011101110100010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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