#61144C

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

Shades of Pompadour #61144C

Tints of Pompadour #61144C

Color information

#61144C (or 0x61144C) is unknown color: approx Pompadour. HEX triplet: 61, 14 and 4C. RGB value is (97,20,76). Sum of RGB (Red+Green+Blue) = 97+20+76=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61144C is #9EEBB3. Grayscale: #313131. Windows color (decimal): -10415028 or 4985953. OLE color: 4985953.

HSL color Cylindrical-coordinate representation of color #61144C: hue angle of 316.36º 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 #61144C is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB972076-
CMYK00.790.220.62
HSL316.36º65.81%22.94%-
HSV(B)316.36º79.38%38.04%-
XYZ6.483.567.18-
YUV49.41143.01161.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=50.26%
G=10.36%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97207600.790.220.62316.3665.8122.94
Hex61144C04F163E13c4217
Octal141241140117267647410227
Binary11000011010010011000100111110110111110100111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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