#61214C

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

Shades of Pompadour #61214C

Tints of Pompadour #61214C

Color information

#61214C (or 0x61214C) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 4C. RGB value is (97,33,76). Sum of RGB (Red+Green+Blue) = 97+33+76=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214C is #9EDEB3. Grayscale: #383838. Windows color (decimal): -10411700 or 4989281. OLE color: 4989281.

HSL color Cylindrical-coordinate representation of color #61214C: hue angle of 319.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61214C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB973376-
CMYK00.660.220.62
HSL319.69º49.23%25.49%-
HSV(B)319.69º65.98%38.04%-
XYZ6.784.157.28-
YUV57.04138.7156.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=47.09%
G=16.02%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97337600.660.220.62319.6949.2325.49
Hex61214C042163E1403119
Octal14141114010226765006131
Binary11000011000011001100010000101011011111010100000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61214C; }

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

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

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

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

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

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

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

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