#61274F

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

Shades of Pompadour #61274F

Tints of Pompadour #61274F

Color information

#61274F (or 0x61274F) is unknown color: approx Pompadour. HEX triplet: 61, 27 and 4F. RGB value is (97,39,79). Sum of RGB (Red+Green+Blue) = 97+39+79=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61274F is #9ED8B0. Grayscale: #3C3C3C. Windows color (decimal): -10410161 or 5187425. OLE color: 5187425.

HSL color Cylindrical-coordinate representation of color #61274F: hue angle of 318.62º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61274F is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB973979-
CMYK00.600.190.62
HSL318.62º42.65%26.67%-
HSV(B)318.62º59.79%38.04%-
XYZ7.074.567.9-
YUV60.9138.22153.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=45.12%
G=18.14%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97397900.600.190.62318.6242.6526.67
Hex61274F03C133E13f2b1b
Octal1414711707423764775333
Binary1100001100111100111101111001001111111010011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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