#68184F

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

Shades of Pompadour #68184F

Tints of Pompadour #68184F

Color information

#68184F (or 0x68184F) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 4F. RGB value is (104,24,79). Sum of RGB (Red+Green+Blue) = 104+24+79=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68184F is #97E7B0. Grayscale: #363636. Windows color (decimal): -9955249 or 5183592. OLE color: 5183592.

HSL color Cylindrical-coordinate representation of color #68184F: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68184F is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1042479-
CMYK00.770.240.59
HSL318.75º62.5%25.1%-
HSV(B)318.75º76.92%40.78%-
XYZ7.454.167.81-
YUV54.19142163.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=50.24%
G=11.59%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104247900.770.240.59318.7562.525.1
Hex68184F04D183B13f3e19
Octal15030117011530734777631
Binary1101000110001001111010011011100011101110011111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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