#61324F

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

Shades of Pompadour #61324F

Tints of Pompadour #61324F

Color information

#61324F (or 0x61324F) is unknown color: approx Pompadour. HEX triplet: 61, 32 and 4F. RGB value is (97,50,79). Sum of RGB (Red+Green+Blue) = 97+50+79=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324F is #9ECDB0. Grayscale: #434343. Windows color (decimal): -10407345 or 5190241. OLE color: 5190241.

HSL color Cylindrical-coordinate representation of color #61324F: hue angle of 322.98º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61324F is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB975079-
CMYK00.480.190.62
HSL322.98º31.97%28.82%-
HSV(B)322.98º48.45%38.04%-
XYZ7.485.398.04-
YUV67.36134.57149.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=42.92%
G=22.12%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97507900.480.190.62322.9831.9728.82
Hex61324F030133E143201d
Octal1416211706023765034035
Binary1100001110010100111101100001001111111010100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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