#61254F

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

Shades of Pompadour #61254F

Tints of Pompadour #61254F

Color information

#61254F (or 0x61254F) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 4F. RGB value is (97,37,79). Sum of RGB (Red+Green+Blue) = 97+37+79=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61254F is #9EDAB0. Grayscale: #3B3B3B. Windows color (decimal): -10410673 or 5186913. OLE color: 5186913.

HSL color Cylindrical-coordinate representation of color #61254F: hue angle of 318º 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 #61254F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB973779-
CMYK00.620.190.62
HSL318º44.78%26.27%-
HSV(B)318º61.86%38.04%-
XYZ74.437.88-
YUV59.73138.88154.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=45.54%
G=17.37%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97377900.620.190.6231844.7826.27
Hex61254F03E133E13e2d1a
Octal1414511707623764765532
Binary1100001100101100111101111101001111111010011111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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