#61334F

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

Shades of Tawny Port #61334F

Tints of Tawny Port #61334F

Color information

#61334F (or 0x61334F) is unknown color: approx Tawny Port. HEX triplet: 61, 33 and 4F. RGB value is (97,51,79). Sum of RGB (Red+Green+Blue) = 97+51+79=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61334F is #9ECCB0. Grayscale: #434343. Windows color (decimal): -10407089 or 5190497. OLE color: 5190497.

HSL color Cylindrical-coordinate representation of color #61334F: hue angle of 323.48º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61334F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB975179-
CMYK00.470.190.62
HSL323.48º31.08%29.02%-
HSV(B)323.48º47.42%38.04%-
XYZ7.525.478.06-
YUV67.95134.24148.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=42.73%
G=22.47%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97517900.470.190.62323.4831.0829.02
Hex61334F02F133E1431f1d
Octal1416311705723765033735
Binary110000111001110011110101111100111111101010000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61334F; }

 p { color: rgb(97,51,79); }

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

<style>
 a { background-color: #61334F; }

 a { background-color: rgb(97,51,79); }

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

<style>
 span { border-color: #61334F; }

 span { border-color: rgb(97,51,79); }

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