#61284F

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

Shades of Pompadour #61284F

Tints of Pompadour #61284F

Color information

#61284F (or 0x61284F) is unknown color: approx Pompadour. HEX triplet: 61, 28 and 4F. RGB value is (97,40,79). Sum of RGB (Red+Green+Blue) = 97+40+79=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61284F is #9ED7B0. Grayscale: #3D3D3D. Windows color (decimal): -10409905 or 5187681. OLE color: 5187681.

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

Color convert

RGB974079-
CMYK00.590.190.62
HSL318.95º41.61%26.86%-
HSV(B)318.95º58.76%38.04%-
XYZ7.14.627.92-
YUV61.49137.88153.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=44.91%
G=18.52%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97407900.590.190.62318.9541.6126.86
Hex61284F03B133E13f2a1b
Octal1415011707323764775233
Binary1100001101000100111101110111001111111010011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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