#61173A

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

Shades of Pompadour #61173A

Tints of Pompadour #61173A

Color information

#61173A (or 0x61173A) is unknown color: approx Pompadour. HEX triplet: 61, 17 and 3A. RGB value is (97,23,58). Sum of RGB (Red+Green+Blue) = 97+23+58=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173A is #9EE8C5. Grayscale: #313131. Windows color (decimal): -10414278 or 3807073. OLE color: 3807073.

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

Color convert

RGB972358-
CMYK00.760.400.62
HSL331.62º61.67%23.53%-
HSV(B)331.62º76.29%38.04%-
XYZ63.464.35-
YUV49.12133.02162.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=54.49%
G=12.92%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97235800.760.400.62331.6261.6723.53
Hex61173A04C283E14c3e18
Octal1412772011450765147630
Binary1100001101111110100100110010100011111010100110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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