#61304C

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

Shades of Pompadour #61304C

Tints of Pompadour #61304C

Color information

#61304C (or 0x61304C) is unknown color: approx Pompadour. HEX triplet: 61, 30 and 4C. RGB value is (97,48,76). Sum of RGB (Red+Green+Blue) = 97+48+76=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61304C is #9ECFB3. Grayscale: #414141. Windows color (decimal): -10407860 or 4993121. OLE color: 4993121.

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

Color convert

RGB974876-
CMYK00.510.220.62
HSL325.71º33.79%28.43%-
HSV(B)325.71º50.52%38.04%-
XYZ7.295.187.45-
YUV65.84133.73150.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=43.89%
G=21.72%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487600.510.220.62325.7133.7928.43
Hex61304C033163E146221c
Octal1416011406326765064234
Binary1100001110000100110001100111011011111010100011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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