#61294E

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

Shades of Pompadour #61294E

Tints of Pompadour #61294E

Color information

#61294E (or 0x61294E) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 4E. RGB value is (97,41,78). Sum of RGB (Red+Green+Blue) = 97+41+78=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61294E is #9ED6B1. Grayscale: #3D3D3D. Windows color (decimal): -10409650 or 5122401. OLE color: 5122401.

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

Color convert

RGB974178-
CMYK00.580.200.62
HSL320.36º40.58%27.06%-
HSV(B)320.36º57.73%38.04%-
XYZ7.14.687.74-
YUV61.96137.05152.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=44.91%
G=18.98%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417800.580.200.62320.3640.5827.06
Hex61294E03A143E140291b
Octal1415111607224765005133
Binary1100001101001100111001110101010011111010100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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