#681250

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

Shades of Pompadour #681250

Tints of Pompadour #681250

Color information

#681250 (or 0x681250) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 50. RGB value is (104,18,80). Sum of RGB (Red+Green+Blue) = 104+18+80=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #681250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681250 is #97EDAF. Grayscale: #323232. Windows color (decimal): -9956784 or 5247592. OLE color: 5247592.

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

Color convert

RGB1041880-
CMYK00.830.230.59
HSL316.74º70.49%23.92%-
HSV(B)316.74º82.69%40.78%-
XYZ7.373.957.96-
YUV50.78144.49165.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=51.49%
G=8.91%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104188000.830.230.59316.7470.4923.92
Hex681250053173B13d4618
Octal150221200123277347510630
Binary11010001001010100000101001110111111011100111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681250; }

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

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

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

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

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

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

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

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