#612847

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

Shades of Pompadour #612847

Tints of Pompadour #612847

Color information

#612847 (or 0x612847) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 47. RGB value is (97,40,71). Sum of RGB (Red+Green+Blue) = 97+40+71=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #612847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612847 is #9ED7B8. Grayscale: #3C3C3C. Windows color (decimal): -10409913 or 4663393. OLE color: 4663393.

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

Color convert

RGB974071-
CMYK00.590.270.62
HSL327.37º41.61%26.86%-
HSV(B)327.37º58.76%38.04%-
XYZ6.834.516.47-
YUV60.58133.88153.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=46.63%
G=19.23%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97407100.590.270.62327.3741.6126.86
Hex61284703B1B3E1472a1b
Octal1415010707333765075233
Binary1100001101000100011101110111101111111010100011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612847; }

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

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

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

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

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

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

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

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