#61324D

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

Shades of Tawny Port #61324D

Tints of Tawny Port #61324D

Color information

#61324D (or 0x61324D) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 4D. RGB value is (97,50,77). Sum of RGB (Red+Green+Blue) = 97+50+77=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324D is #9ECDB2. Grayscale: #434343. Windows color (decimal): -10407347 or 5059169. OLE color: 5059169.

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

Color convert

RGB975077-
CMYK00.480.210.62
HSL325.53º31.97%28.82%-
HSV(B)325.53º48.45%38.04%-
XYZ7.415.367.66-
YUV67.13133.57149.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=43.30%
G=22.32%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97507700.480.210.62325.5331.9728.82
Hex61324D030153E146201d
Octal1416211506025765064035
Binary1100001110010100110101100001010111111010100011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,50,77); }

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

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

 a { background-color: rgb(97,50,77); }

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

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

 span { border-color: rgb(97,50,77); }

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