#61224E

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

Shades of Pompadour #61224E

Tints of Pompadour #61224E

Color information

#61224E (or 0x61224E) is unknown color: approx Pompadour. HEX triplet: 61, 22 and 4E. RGB value is (97,34,78). Sum of RGB (Red+Green+Blue) = 97+34+78=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61224E is #9EDDB1. Grayscale: #393939. Windows color (decimal): -10411442 or 5120609. OLE color: 5120609.

HSL color Cylindrical-coordinate representation of color #61224E: hue angle of 318.1º 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 #61224E is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB973478-
CMYK00.650.200.62
HSL318.1º48.09%25.69%-
HSV(B)318.1º64.95%38.04%-
XYZ6.884.247.66-
YUV57.85139.37155.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=46.41%
G=16.27%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97347800.650.200.62318.148.0925.69
Hex61224E041143E13e301a
Octal14142116010124764766032
Binary11000011000101001110010000011010011111010011111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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