#61294B

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

Shades of Pompadour #61294B

Tints of Pompadour #61294B

Color information

#61294B (or 0x61294B) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 4B. RGB value is (97,41,75). Sum of RGB (Red+Green+Blue) = 97+41+75=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294B is #9ED6B4. Grayscale: #3D3D3D. Windows color (decimal): -10409653 or 4925793. OLE color: 4925793.

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

Color convert

RGB974175-
CMYK00.580.230.62
HSL323.57º40.58%27.06%-
HSV(B)323.57º57.73%38.04%-
XYZ6.994.647.18-
YUV61.62135.55153.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=45.54%
G=19.25%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97417500.580.230.62323.5740.5827.06
Hex61294B03A173E144291b
Octal1415111307227765045133
Binary1100001101001100101101110101011111111010100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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