#61144A

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

Shades of Pompadour #61144A

Tints of Pompadour #61144A

Color information

#61144A (or 0x61144A) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 4A. RGB value is (97,20,74). Sum of RGB (Red+Green+Blue) = 97+20+74=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61144A is #9EEBB5. Grayscale: #313131. Windows color (decimal): -10415030 or 4854881. OLE color: 4854881.

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

Color convert

RGB972074-
CMYK00.790.240.62
HSL317.92º65.81%22.94%-
HSV(B)317.92º79.38%38.04%-
XYZ6.423.546.82-
YUV49.18142.01162.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=50.79%
G=10.47%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97207400.790.240.62317.9265.8122.94
Hex61144A04F183E13e4217
Octal141241120117307647610227
Binary11000011010010010100100111111000111110100111110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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