#612D4D

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

Shades of Pompadour #612D4D

Tints of Pompadour #612D4D

Color information

#612D4D (or 0x612D4D) is unknown color: approx Pompadour. HEX triplet: 61, 2D and 4D. RGB value is (97,45,77). Sum of RGB (Red+Green+Blue) = 97+45+77=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D4D is #9ED2B2. Grayscale: #404040. Windows color (decimal): -10408627 or 5057889. OLE color: 5057889.

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

Color convert

RGB974577-
CMYK00.540.210.62
HSL323.08º36.62%27.84%-
HSV(B)323.08º53.61%38.04%-
XYZ7.214.957.6-
YUV64.2135.23151.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=44.29%
G=20.55%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97457700.540.210.62323.0836.6227.84
Hex612D4D036153E143251c
Octal1415511506625765034534
Binary1100001101101100110101101101010111111010100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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