#61304F

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

Shades of Pompadour #61304F

Tints of Pompadour #61304F

Color information

#61304F (or 0x61304F) is unknown color: approx Pompadour. HEX triplet: 61, 30 and 4F. RGB value is (97,48,79). Sum of RGB (Red+Green+Blue) = 97+48+79=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61304F is #9ECFB0. Grayscale: #424242. Windows color (decimal): -10407857 or 5189729. OLE color: 5189729.

HSL color Cylindrical-coordinate representation of color #61304F: hue angle of 322.04º 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 #61304F is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB974879-
CMYK00.510.190.62
HSL322.04º33.79%28.43%-
HSV(B)322.04º50.52%38.04%-
XYZ7.45.228.01-
YUV66.18135.23149.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=43.30%
G=21.43%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487900.510.190.62322.0433.7928.43
Hex61304F033133E142221c
Octal1416011706323765024234
Binary1100001110000100111101100111001111111010100001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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