#68244C

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

Shades of Pompadour #68244C

Tints of Pompadour #68244C

Color information

#68244C (or 0x68244C) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 4C. RGB value is (104,36,76). Sum of RGB (Red+Green+Blue) = 104+36+76=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68244C is #97DBB3. Grayscale: #3C3C3C. Windows color (decimal): -9952180 or 4990056. OLE color: 4990056.

HSL color Cylindrical-coordinate representation of color #68244C: hue angle of 324.71º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68244C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1043676-
CMYK00.650.270.59
HSL324.71º48.57%27.45%-
HSV(B)324.71º65.38%40.78%-
XYZ7.644.737.35-
YUV60.89136.53158.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=48.15%
G=16.67%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104367600.650.270.59324.7148.5727.45
Hex68244C0411B3B145311b
Octal15044114010133735056133
Binary11010001001001001100010000011101111101110100010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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