#61254E

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

Shades of Pompadour #61254E

Tints of Pompadour #61254E

Color information

#61254E (or 0x61254E) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 4E. RGB value is (97,37,78). Sum of RGB (Red+Green+Blue) = 97+37+78=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61254E is #9EDAB1. Grayscale: #3B3B3B. Windows color (decimal): -10410674 or 5121377. OLE color: 5121377.

HSL color Cylindrical-coordinate representation of color #61254E: hue angle of 319º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61254E is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB973778-
CMYK00.620.200.62
HSL319º44.78%26.27%-
HSV(B)319º61.86%38.04%-
XYZ6.974.417.69-
YUV59.61138.38154.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=45.75%
G=17.45%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97377800.620.200.6231944.7826.27
Hex61254E03E143E13f2d1a
Octal1414511607624764775532
Binary1100001100101100111001111101010011111010011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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