#68224E

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

Shades of Pompadour #68224E

Tints of Pompadour #68224E

Color information

#68224E (or 0x68224E) is unknown color: approx Pompadour. HEX triplet: 68, 22 and 4E. RGB value is (104,34,78). Sum of RGB (Red+Green+Blue) = 104+34+78=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68224E is #97DDB1. Grayscale: #3B3B3B. Windows color (decimal): -9952690 or 5120616. OLE color: 5120616.

HSL color Cylindrical-coordinate representation of color #68224E: hue angle of 322.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68224E is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1043478-
CMYK00.670.250.59
HSL322.29º50.72%27.06%-
HSV(B)322.29º67.31%40.78%-
XYZ7.664.647.7-
YUV59.95138.19159.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=48.15%
G=15.74%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104347800.670.250.59322.2950.7227.06
Hex68224E043193B142331b
Octal15042116010331735026333
Binary11010001000101001110010000111100111101110100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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