#61224C

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

Shades of Pompadour #61224C

Tints of Pompadour #61224C

Color information

#61224C (or 0x61224C) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 4C. RGB value is (97,34,76). Sum of RGB (Red+Green+Blue) = 97+34+76=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61224C is #9EDDB3. Grayscale: #393939. Windows color (decimal): -10411444 or 4989537. OLE color: 4989537.

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

Color convert

RGB973476-
CMYK00.650.220.62
HSL320º48.09%25.69%-
HSV(B)320º64.95%38.04%-
XYZ6.814.217.29-
YUV57.62138.37156.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=46.86%
G=16.43%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97347600.650.220.6232048.0925.69
Hex61224C041163E140301a
Octal14142114010126765006032
Binary11000011000101001100010000011011011111010100000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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