#61294D

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

Shades of Pompadour #61294D

Tints of Pompadour #61294D

Color information

#61294D (or 0x61294D) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 4D. RGB value is (97,41,77). Sum of RGB (Red+Green+Blue) = 97+41+77=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61294D is #9ED6B2. Grayscale: #3D3D3D. Windows color (decimal): -10409651 or 5056865. OLE color: 5056865.

HSL color Cylindrical-coordinate representation of color #61294D: hue angle of 321.43º 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 #61294D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB974177-
CMYK00.580.210.62
HSL321.43º40.58%27.06%-
HSV(B)321.43º57.73%38.04%-
XYZ7.064.667.55-
YUV61.85136.55153.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=45.12%
G=19.07%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417700.580.210.62321.4340.5827.06
Hex61294D03A153E141291b
Octal1415111507225765015133
Binary1100001101001100110101110101010111111010100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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