#681350

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

Shades of Pompadour #681350

Tints of Pompadour #681350

Color information

#681350 (or 0x681350) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 50. RGB value is (104,19,80). Sum of RGB (Red+Green+Blue) = 104+19+80=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681350 is #97ECAF. Grayscale: #333333. Windows color (decimal): -9956528 or 5247848. OLE color: 5247848.

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

Color convert

RGB1041980-
CMYK00.820.230.59
HSL316.94º69.11%24.12%-
HSV(B)316.94º81.73%40.78%-
XYZ7.393.997.97-
YUV51.37144.16165.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=51.23%
G=9.36%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104198000.820.230.59316.9469.1124.12
Hex681350052173B13d4518
Octal150231200122277347510530
Binary11010001001110100000101001010111111011100111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681350; }

 p { color: rgb(104,19,80); }

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

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

 a { background-color: rgb(104,19,80); }

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

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

 span { border-color: rgb(104,19,80); }

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