#61274E

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

Shades of Pompadour #61274E

Tints of Pompadour #61274E

Color information

#61274E (or 0x61274E) is unknown color: approx Pompadour. HEX triplet: 61, 27 and 4E. RGB value is (97,39,78). Sum of RGB (Red+Green+Blue) = 97+39+78=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61274E is #9ED8B1. Grayscale: #3C3C3C. Windows color (decimal): -10410162 or 5121889. OLE color: 5121889.

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

Color convert

RGB973978-
CMYK00.600.200.62
HSL319.66º42.65%26.67%-
HSV(B)319.66º59.79%38.04%-
XYZ7.034.547.71-
YUV60.79137.72153.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=45.33%
G=18.22%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97397800.600.200.62319.6642.6526.67
Hex61274E03C143E1402b1b
Octal1414711607424765005333
Binary1100001100111100111001111001010011111010100000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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