#612548

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

Shades of Pompadour #612548

Tints of Pompadour #612548

Color information

#612548 (or 0x612548) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 48. RGB value is (97,37,72). Sum of RGB (Red+Green+Blue) = 97+37+72=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #612548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612548 is #9EDAB7. Grayscale: #3A3A3A. Windows color (decimal): -10410680 or 4728161. OLE color: 4728161.

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

Color convert

RGB973772-
CMYK00.620.260.62
HSL325º44.78%26.27%-
HSV(B)325º61.86%38.04%-
XYZ6.764.336.61-
YUV58.93135.38155.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=47.09%
G=17.96%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97377200.620.260.6232544.7826.27
Hex61254803E1A3E1452d1a
Octal1414511007632765055532
Binary1100001100101100100001111101101011111010100010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612548; }

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

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

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

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

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

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

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

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