#61244F

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

Shades of Pompadour #61244F

Tints of Pompadour #61244F

Color information

#61244F (or 0x61244F) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 4F. RGB value is (97,36,79). Sum of RGB (Red+Green+Blue) = 97+36+79=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61244F is #9EDBB0. Grayscale: #3B3B3B. Windows color (decimal): -10410929 or 5186657. OLE color: 5186657.

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

Color convert

RGB973679-
CMYK00.630.190.62
HSL317.7º45.86%26.08%-
HSV(B)317.7º62.89%38.04%-
XYZ6.974.377.87-
YUV59.14139.21155-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=45.75%
G=16.98%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97367900.630.190.62317.745.8626.08
Hex61244F03F133E13e2e1a
Octal1414411707723764765632
Binary1100001100100100111101111111001111111010011111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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