#61154D

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

Shades of Pompadour #61154D

Tints of Pompadour #61154D

Color information

#61154D (or 0x61154D) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 4D. RGB value is (97,21,77). Sum of RGB (Red+Green+Blue) = 97+21+77=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61154D is #9EEAB2. Grayscale: #313131. Windows color (decimal): -10414771 or 5051745. OLE color: 5051745.

HSL color Cylindrical-coordinate representation of color #61154D: hue angle of 315.79º 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 #61154D is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB972177-
CMYK00.780.210.62
HSL315.79º64.41%23.14%-
HSV(B)315.79º78.35%38.04%-
XYZ6.543.617.37-
YUV50.11143.18161.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=49.74%
G=10.77%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217700.780.210.62315.7964.4123.14
Hex61154D04E153E13c4017
Octal141251150116257647410027
Binary11000011010110011010100111010101111110100111100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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