#68234F

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

Shades of Pompadour #68234F

Tints of Pompadour #68234F

Color information

#68234F (or 0x68234F) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 4F. RGB value is (104,35,79). Sum of RGB (Red+Green+Blue) = 104+35+79=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68234F is #97DCB0. Grayscale: #3C3C3C. Windows color (decimal): -9952433 or 5186408. OLE color: 5186408.

HSL color Cylindrical-coordinate representation of color #68234F: hue angle of 321.74º 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 #68234F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1043579-
CMYK00.660.240.59
HSL321.74º49.64%27.25%-
HSV(B)321.74º66.35%40.78%-
XYZ7.724.717.9-
YUV60.65138.36158.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=47.71%
G=16.06%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104357900.660.240.59321.7449.6427.25
Hex68234F042183B142321b
Octal15043117010230735026233
Binary11010001000111001111010000101100011101110100001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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