#681441

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

Shades of Pompadour #681441

Tints of Pompadour #681441

Color information

#681441 (or 0x681441) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 41. RGB value is (104,20,65). Sum of RGB (Red+Green+Blue) = 104+20+65=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681441 is #97EBBE. Grayscale: #323232. Windows color (decimal): -9956287 or 4265064. OLE color: 4265064.

HSL color Cylindrical-coordinate representation of color #681441: hue angle of 327.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681441 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1042065-
CMYK00.810.380.59
HSL327.86º67.74%24.31%-
HSV(B)327.86º80.77%40.78%-
XYZ6.913.835.37-
YUV50.25136.33166.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=55.03%
G=10.58%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104206500.810.380.59327.8667.7424.31
Hex681441051263B1484418
Octal150241010121467351010430
Binary110100010100100000101010001100110111011101001000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681441; }

 p { color: rgb(104,20,65); }

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

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

 a { background-color: rgb(104,20,65); }

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

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

 span { border-color: rgb(104,20,65); }

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