#68194A

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

Shades of Pompadour #68194A

Tints of Pompadour #68194A

Color information

#68194A (or 0x68194A) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 4A. RGB value is (104,25,74). Sum of RGB (Red+Green+Blue) = 104+25+74=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68194A is #97E6B5. Grayscale: #363636. Windows color (decimal): -9954998 or 4856168. OLE color: 4856168.

HSL color Cylindrical-coordinate representation of color #68194A: hue angle of 322.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68194A is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1042574-
CMYK00.760.290.59
HSL322.78º61.24%25.29%-
HSV(B)322.78º75.96%40.78%-
XYZ7.294.136.89-
YUV54.21139.17163.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=51.23%
G=12.32%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104257400.760.290.59322.7861.2425.29
Hex68194A04C1D3B1433d19
Octal15031112011435735037531
Binary1101000110011001010010011001110111101110100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68194A; }

 p { color: rgb(104,25,74); }

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

<style>
 a { background-color: #68194A; }

 a { background-color: rgb(104,25,74); }

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

<style>
 span { border-color: #68194A; }

 span { border-color: rgb(104,25,74); }

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