#61173D

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

Shades of Pompadour #61173D

Tints of Pompadour #61173D

Color information

#61173D (or 0x61173D) is unknown color: approx Pompadour. HEX triplet: 61, 17 and 3D. RGB value is (97,23,61). Sum of RGB (Red+Green+Blue) = 97+23+61=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173D is #9EE8C2. Grayscale: #313131. Windows color (decimal): -10414275 or 4003681. OLE color: 4003681.

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

Color convert

RGB972361-
CMYK00.760.370.62
HSL329.19º61.67%23.53%-
HSV(B)329.19º76.29%38.04%-
XYZ6.083.494.77-
YUV49.46134.52161.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=53.59%
G=12.71%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97236100.760.370.62329.1961.6723.53
Hex61173D04C253E1493e18
Octal1412775011445765117630
Binary1100001101111111010100110010010111111010100100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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