#612B4C

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

Shades of Pompadour #612B4C

Tints of Pompadour #612B4C

Color information

#612B4C (or 0x612B4C) is unknown color: approx Pompadour. HEX triplet: 61, 2B and 4C. RGB value is (97,43,76). Sum of RGB (Red+Green+Blue) = 97+43+76=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B4C is #9ED4B3. Grayscale: #3E3E3E. Windows color (decimal): -10409140 or 4991841. OLE color: 4991841.

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

Color convert

RGB974376-
CMYK00.560.220.62
HSL323.33º38.57%27.45%-
HSV(B)323.33º55.67%38.04%-
XYZ7.14.797.39-
YUV62.91135.39152.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=44.91%
G=19.91%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97437600.560.220.62323.3338.5727.45
Hex612B4C038163E143271b
Octal1415311407026765034733
Binary1100001101011100110001110001011011111010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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