#61154C

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

Shades of Pompadour #61154C

Tints of Pompadour #61154C

Color information

#61154C (or 0x61154C) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 4C. RGB value is (97,21,76). Sum of RGB (Red+Green+Blue) = 97+21+76=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61154C is #9EEAB3. Grayscale: #313131. Windows color (decimal): -10414772 or 4986209. OLE color: 4986209.

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

Color convert

RGB972176-
CMYK00.780.220.62
HSL316.58º64.41%23.14%-
HSV(B)316.58º78.35%38.04%-
XYZ6.53.67.19-
YUV49.99142.68161.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=50%
G=10.82%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217600.780.220.62316.5864.4123.14
Hex61154C04E163E13d4017
Octal141251140116267647510027
Binary11000011010110011000100111010110111110100111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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