#68234E

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

Shades of Pompadour #68234E

Tints of Pompadour #68234E

Color information

#68234E (or 0x68234E) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 4E. RGB value is (104,35,78). Sum of RGB (Red+Green+Blue) = 104+35+78=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68234E is #97DCB1. Grayscale: #3C3C3C. Windows color (decimal): -9952434 or 5120872. OLE color: 5120872.

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

Color convert

RGB1043578-
CMYK00.660.250.59
HSL322.61º49.64%27.25%-
HSV(B)322.61º66.35%40.78%-
XYZ7.694.77.71-
YUV60.53137.86159-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=47.93%
G=16.13%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104357800.660.250.59322.6149.6427.25
Hex68234E042193B143321b
Octal15043116010231735036233
Binary11010001000111001110010000101100111101110100001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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