#61173B

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

Shades of Pompadour #61173B

Tints of Pompadour #61173B

Color information

#61173B (or 0x61173B) is unknown color: approx Pompadour. HEX triplet: 61, 17 and 3B. RGB value is (97,23,59). Sum of RGB (Red+Green+Blue) = 97+23+59=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173B is #9EE8C4. Grayscale: #313131. Windows color (decimal): -10414277 or 3872609. OLE color: 3872609.

HSL color Cylindrical-coordinate representation of color #61173B: hue angle of 330.81º 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 #61173B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB972359-
CMYK00.760.390.62
HSL330.81º61.67%23.53%-
HSV(B)330.81º76.29%38.04%-
XYZ6.033.474.49-
YUV49.23133.52162.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=54.19%
G=12.85%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97235900.760.390.62330.8161.6723.53
Hex61173B04C273E14b3e18
Octal1412773011447765137630
Binary1100001101111110110100110010011111111010100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61173B; }

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

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

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

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

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

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

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

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