#61154E

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

Shades of Pompadour #61154E

Tints of Pompadour #61154E

Color information

#61154E (or 0x61154E) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 4E. RGB value is (97,21,78). Sum of RGB (Red+Green+Blue) = 97+21+78=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61154E is #9EEAB1. Grayscale: #323232. Windows color (decimal): -10414770 or 5117281. OLE color: 5117281.

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

Color convert

RGB972178-
CMYK00.780.200.62
HSL315º64.41%23.14%-
HSV(B)315º78.35%38.04%-
XYZ6.573.637.56-
YUV50.22143.68161.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=49.49%
G=10.71%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217800.780.200.6231564.4123.14
Hex61154E04E143E13b4017
Octal141251160116247647310027
Binary11000011010110011100100111010100111110100111011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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