#612A4C

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

Shades of Pompadour #612A4C

Tints of Pompadour #612A4C

Color information

#612A4C (or 0x612A4C) is unknown color: approx Pompadour. HEX triplet: 61, 2A and 4C. RGB value is (97,42,76). Sum of RGB (Red+Green+Blue) = 97+42+76=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A4C is #9ED5B3. Grayscale: #3E3E3E. Windows color (decimal): -10409396 or 4991585. OLE color: 4991585.

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

Color convert

RGB974276-
CMYK00.570.220.62
HSL322.91º39.57%27.25%-
HSV(B)322.91º56.7%38.04%-
XYZ7.064.727.38-
YUV62.32135.72152.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=45.12%
G=19.53%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97427600.570.220.62322.9139.5727.25
Hex612A4C039163E143281b
Octal1415211407126765035033
Binary1100001101010100110001110011011011111010100001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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