#611745

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

Shades of Pompadour #611745

Tints of Pompadour #611745

Color information

#611745 (or 0x611745) is unknown color: approx Pompadour. HEX triplet: 61, 17 and 45. RGB value is (97,23,69). Sum of RGB (Red+Green+Blue) = 97+23+69=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #611745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611745 is #9EE8BA. Grayscale: #323232. Windows color (decimal): -10414267 or 4527969. OLE color: 4527969.

HSL color Cylindrical-coordinate representation of color #611745: hue angle of 322.7º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611745 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB972369-
CMYK00.760.290.62
HSL322.7º61.67%23.53%-
HSV(B)322.7º76.29%38.04%-
XYZ6.313.585.99-
YUV50.37138.52161.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=51.32%
G=12.17%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97236900.760.290.62322.761.6723.53
Hex61174504C1D3E1433e18
Octal14127105011435765037630
Binary1100001101111000101010011001110111111010100001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611745; }

 p { color: rgb(97,23,69); }

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

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

 a { background-color: rgb(97,23,69); }

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

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

 span { border-color: rgb(97,23,69); }

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