#612546

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

Shades of Pompadour #612546

Tints of Pompadour #612546

Color information

#612546 (or 0x612546) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 46. RGB value is (97,37,70). Sum of RGB (Red+Green+Blue) = 97+37+70=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612546 is #9EDAB9. Grayscale: #3A3A3A. Windows color (decimal): -10410682 or 4597089. OLE color: 4597089.

HSL color Cylindrical-coordinate representation of color #612546: hue angle of 327º 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 #612546 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB973770-
CMYK00.620.280.62
HSL327º44.78%26.27%-
HSV(B)327º61.86%38.04%-
XYZ6.74.316.27-
YUV58.7134.38155.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=47.55%
G=18.14%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97377000.620.280.6232744.7826.27
Hex61254603E1C3E1472d1a
Octal1414510607634765075532
Binary1100001100101100011001111101110011111010100011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612546; }

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

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

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

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

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

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

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

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