#61184E

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

Shades of Pompadour #61184E

Tints of Pompadour #61184E

Color information

#61184E (or 0x61184E) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 4E. RGB value is (97,24,78). Sum of RGB (Red+Green+Blue) = 97+24+78=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61184E is #9EE7B1. Grayscale: #333333. Windows color (decimal): -10414002 or 5118049. OLE color: 5118049.

HSL color Cylindrical-coordinate representation of color #61184E: hue angle of 315.62º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61184E is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB972478-
CMYK00.750.200.62
HSL315.62º60.33%23.73%-
HSV(B)315.62º75.26%38.04%-
XYZ6.633.747.58-
YUV51.98142.68160.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=48.74%
G=12.06%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97247800.750.200.62315.6260.3323.73
Hex61184E04B143E13c3c18
Octal14130116011324764747430
Binary1100001110001001110010010111010011111010011110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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