#68244E

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

Shades of Pompadour #68244E

Tints of Pompadour #68244E

Color information

#68244E (or 0x68244E) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 4E. RGB value is (104,36,78). Sum of RGB (Red+Green+Blue) = 104+36+78=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68244E is #97DBB1. Grayscale: #3D3D3D. Windows color (decimal): -9952178 or 5121128. OLE color: 5121128.

HSL color Cylindrical-coordinate representation of color #68244E: hue angle of 322.94º 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 #68244E is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1043678-
CMYK00.650.250.59
HSL322.94º48.57%27.45%-
HSV(B)322.94º65.38%40.78%-
XYZ7.714.757.72-
YUV61.12137.53158.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=47.71%
G=16.51%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104367800.650.250.59322.9448.5727.45
Hex68244E041193B143311b
Octal15044116010131735036133
Binary11010001001001001110010000011100111101110100001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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