#612547

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

Shades of Pompadour #612547

Tints of Pompadour #612547

Color information

#612547 (or 0x612547) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 47. RGB value is (97,37,71). Sum of RGB (Red+Green+Blue) = 97+37+71=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612547 is #9EDAB8. Grayscale: #3A3A3A. Windows color (decimal): -10410681 or 4662625. OLE color: 4662625.

HSL color Cylindrical-coordinate representation of color #612547: hue angle of 326º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612547 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB973771-
CMYK00.620.270.62
HSL326º44.78%26.27%-
HSV(B)326º61.86%38.04%-
XYZ6.734.326.44-
YUV58.82134.88155.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=47.32%
G=18.05%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97377100.620.270.6232644.7826.27
Hex61254703E1B3E1462d1a
Octal1414510707633765065532
Binary1100001100101100011101111101101111111010100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612547; }

 p { color: rgb(97,37,71); }

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

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

 a { background-color: rgb(97,37,71); }

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

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

 span { border-color: rgb(97,37,71); }

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