#61294A

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

Shades of Pompadour #61294A

Tints of Pompadour #61294A

Color information

#61294A (or 0x61294A) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 4A. RGB value is (97,41,74). Sum of RGB (Red+Green+Blue) = 97+41+74=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294A is #9ED6B5. Grayscale: #3D3D3D. Windows color (decimal): -10409654 or 4860257. OLE color: 4860257.

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

Color convert

RGB974174-
CMYK00.580.240.62
HSL324.64º40.58%27.06%-
HSV(B)324.64º57.73%38.04%-
XYZ6.964.627-
YUV61.51135.05153.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=45.75%
G=19.34%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417400.580.240.62324.6440.5827.06
Hex61294A03A183E145291b
Octal1415111207230765055133
Binary1100001101001100101001110101100011111010100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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