#612447

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

Shades of Pompadour #612447

Tints of Pompadour #612447

Color information

#612447 (or 0x612447) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 47. RGB value is (97,36,71). Sum of RGB (Red+Green+Blue) = 97+36+71=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612447 is #9EDBB8. Grayscale: #3A3A3A. Windows color (decimal): -10410937 or 4662369. OLE color: 4662369.

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

Color convert

RGB973671-
CMYK00.630.270.62
HSL325.57º45.86%26.08%-
HSV(B)325.57º62.89%38.04%-
XYZ6.74.266.43-
YUV58.23135.21155.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=47.55%
G=17.65%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97367100.630.270.62325.5745.8626.08
Hex61244703F1B3E1462e1a
Octal1414410707733765065632
Binary1100001100100100011101111111101111111010100011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612447; }

 p { color: rgb(97,36,71); }

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

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

 a { background-color: rgb(97,36,71); }

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

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

 span { border-color: rgb(97,36,71); }

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