#61224A

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

Shades of Pompadour #61224A

Tints of Pompadour #61224A

Color information

#61224A (or 0x61224A) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 4A. RGB value is (97,34,74). Sum of RGB (Red+Green+Blue) = 97+34+74=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61224A is #9EDDB5. Grayscale: #393939. Windows color (decimal): -10411446 or 4858465. OLE color: 4858465.

HSL color Cylindrical-coordinate representation of color #61224A: hue angle of 321.9º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61224A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB973474-
CMYK00.650.240.62
HSL321.9º48.09%25.69%-
HSV(B)321.9º64.95%38.04%-
XYZ6.744.186.93-
YUV57.4137.37156.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=47.32%
G=16.59%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97347400.650.240.62321.948.0925.69
Hex61224A041183E142301a
Octal14142112010130765026032
Binary11000011000101001010010000011100011111010100001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61224A; }

 p { color: rgb(97,34,74); }

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

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

 a { background-color: rgb(97,34,74); }

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

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

 span { border-color: rgb(97,34,74); }

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