#61304E

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

Shades of Pompadour #61304E

Tints of Pompadour #61304E

Color information

#61304E (or 0x61304E) is unknown color: approx Pompadour. HEX triplet: 61, 30 and 4E. RGB value is (97,48,78). Sum of RGB (Red+Green+Blue) = 97+48+78=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61304E is #9ECFB1. Grayscale: #424242. Windows color (decimal): -10407858 or 5124193. OLE color: 5124193.

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

Color convert

RGB974878-
CMYK00.510.200.62
HSL323.27º33.79%28.43%-
HSV(B)323.27º50.52%38.04%-
XYZ7.365.217.82-
YUV66.07134.73150.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=43.50%
G=21.52%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487800.510.200.62323.2733.7928.43
Hex61304E033143E143221c
Octal1416011606324765034234
Binary1100001110000100111001100111010011111010100001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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