#612C48

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

Shades of Pompadour #612C48

Tints of Pompadour #612C48

Color information

#612C48 (or 0x612C48) is unknown color: approx Pompadour. HEX triplet: 61, 2C and 48. RGB value is (97,44,72). Sum of RGB (Red+Green+Blue) = 97+44+72=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C48 is #9ED3B7. Grayscale: #3E3E3E. Windows color (decimal): -10408888 or 4729953. OLE color: 4729953.

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

Color convert

RGB974472-
CMYK00.550.260.62
HSL328.3º37.59%27.65%-
HSV(B)328.3º54.64%38.04%-
XYZ74.816.69-
YUV63.04133.06152.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=45.54%
G=20.66%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97447200.550.260.62328.337.5927.65
Hex612C480371A3E148261c
Octal1415411006732765104634
Binary1100001101100100100001101111101011111010100100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C48; }

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

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

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

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

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

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

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

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