#61184A

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

Shades of Pompadour #61184A

Tints of Pompadour #61184A

Color information

#61184A (or 0x61184A) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 4A. RGB value is (97,24,74). Sum of RGB (Red+Green+Blue) = 97+24+74=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61184A is #9EE7B5. Grayscale: #333333. Windows color (decimal): -10414006 or 4855905. OLE color: 4855905.

HSL color Cylindrical-coordinate representation of color #61184A: hue angle of 318.9º 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 #61184A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB972474-
CMYK00.750.240.62
HSL318.9º60.33%23.73%-
HSV(B)318.9º75.26%38.04%-
XYZ6.493.696.85-
YUV51.53140.68160.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=49.74%
G=12.31%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97247400.750.240.62318.960.3323.73
Hex61184A04B183E13f3c18
Octal14130112011330764777430
Binary1100001110001001010010010111100011111010011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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