#61324E

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

Shades of Tawny Port #61324E

Tints of Tawny Port #61324E

Color information

#61324E (or 0x61324E) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 4E. RGB value is (97,50,78). Sum of RGB (Red+Green+Blue) = 97+50+78=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324E is #9ECDB1. Grayscale: #434343. Windows color (decimal): -10407346 or 5124705. OLE color: 5124705.

HSL color Cylindrical-coordinate representation of color #61324E: hue angle of 324.26º 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 #61324E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB975078-
CMYK00.480.200.62
HSL324.26º31.97%28.82%-
HSV(B)324.26º48.45%38.04%-
XYZ7.455.377.85-
YUV67.24134.07149.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=43.11%
G=22.22%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97507800.480.200.62324.2631.9728.82
Hex61324E030143E144201d
Octal1416211606024765044035
Binary1100001110010100111001100001010011111010100010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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