#612B47

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

Shades of Pompadour #612B47

Tints of Pompadour #612B47

Color information

#612B47 (or 0x612B47) is unknown color: approx Pompadour. HEX triplet: 61, 2B and 47. RGB value is (97,43,71). Sum of RGB (Red+Green+Blue) = 97+43+71=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #612B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B47 is #9ED4B8. Grayscale: #3E3E3E. Windows color (decimal): -10409145 or 4664161. OLE color: 4664161.

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

Color convert

RGB974371-
CMYK00.560.270.62
HSL328.89º38.57%27.45%-
HSV(B)328.89º55.67%38.04%-
XYZ6.934.726.51-
YUV62.34132.89152.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=45.97%
G=20.38%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97437100.560.270.62328.8938.5727.45
Hex612B470381B3E149271b
Octal1415310707033765114733
Binary1100001101011100011101110001101111111010100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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