#681243

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

Shades of Pompadour #681243

Tints of Pompadour #681243

Color information

#681243 (or 0x681243) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 43. RGB value is (104,18,67). Sum of RGB (Red+Green+Blue) = 104+18+67=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681243 is #97EDBC. Grayscale: #313131. Windows color (decimal): -9956797 or 4395624. OLE color: 4395624.

HSL color Cylindrical-coordinate representation of color #681243: hue angle of 325.81º 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 #681243 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1041867-
CMYK00.830.360.59
HSL325.81º70.49%23.92%-
HSV(B)325.81º82.69%40.78%-
XYZ6.943.785.67-
YUV49.3137.99167.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=55.03%
G=9.52%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104186700.830.360.59325.8170.4923.92
Hex681243053243B1464618
Octal150221030123447350610630
Binary110100010010100001101010011100100111011101000110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681243; }

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

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

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

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

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

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

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

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