#612C4B

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

Shades of Pompadour #612C4B

Tints of Pompadour #612C4B

Color information

#612C4B (or 0x612C4B) is unknown color: approx Pompadour. HEX triplet: 61, 2C and 4B. RGB value is (97,44,75). Sum of RGB (Red+Green+Blue) = 97+44+75=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C4B is #9ED3B4. Grayscale: #3F3F3F. Windows color (decimal): -10408885 or 4926561. OLE color: 4926561.

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

Color convert

RGB974475-
CMYK00.550.230.62
HSL324.91º37.59%27.65%-
HSV(B)324.91º54.64%38.04%-
XYZ7.14.857.22-
YUV63.38134.56151.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=44.91%
G=20.37%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97447500.550.230.62324.9137.5927.65
Hex612C4B037173E145261c
Octal1415411306727765054634
Binary1100001101100100101101101111011111111010100010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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