#61294C

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

Shades of Pompadour #61294C

Tints of Pompadour #61294C

Color information

#61294C (or 0x61294C) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 4C. RGB value is (97,41,76). Sum of RGB (Red+Green+Blue) = 97+41+76=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294C is #9ED6B3. Grayscale: #3D3D3D. Windows color (decimal): -10409652 or 4991329. OLE color: 4991329.

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

Color convert

RGB974176-
CMYK00.580.220.62
HSL322.5º40.58%27.06%-
HSV(B)322.5º57.73%38.04%-
XYZ7.034.657.36-
YUV61.73136.05153.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=45.33%
G=19.16%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417600.580.220.62322.540.5827.06
Hex61294C03A163E142291b
Octal1415111407226765025133
Binary1100001101001100110001110101011011111010100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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