#612D4C

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

Shades of Pompadour #612D4C

Tints of Pompadour #612D4C

Color information

#612D4C (or 0x612D4C) is unknown color: approx Pompadour. HEX triplet: 61, 2D and 4C. RGB value is (97,45,76). Sum of RGB (Red+Green+Blue) = 97+45+76=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D4C is #9ED2B3. Grayscale: #404040. Windows color (decimal): -10408628 or 4992353. OLE color: 4992353.

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

Color convert

RGB974576-
CMYK00.540.220.62
HSL324.23º36.62%27.84%-
HSV(B)324.23º53.61%38.04%-
XYZ7.174.947.41-
YUV64.08134.73151.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=44.50%
G=20.64%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97457600.540.220.62324.2336.6227.84
Hex612D4C036163E144251c
Octal1415511406626765044534
Binary1100001101101100110001101101011011111010100010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,76); }

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

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

 a { background-color: rgb(97,45,76); }

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

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

 span { border-color: rgb(97,45,76); }

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