#65314D

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

Shades of Tawny Port #65314D

Tints of Tawny Port #65314D

Color information

#65314D (or 0x65314D) is unknown color: approx Tawny Port. HEX triplet: 65, 31 and 4D. RGB value is (101,49,77). Sum of RGB (Red+Green+Blue) = 101+49+77=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65314D is #9ACEB2. Grayscale: #434343. Windows color (decimal): -10145459 or 5058917. OLE color: 5058917.

HSL color Cylindrical-coordinate representation of color #65314D: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65314D is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1014977-
CMYK00.510.240.60
HSL327.69º34.67%29.41%-
HSV(B)327.69º51.49%39.61%-
XYZ7.85.57.67-
YUV67.74133.23151.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=44.49%
G=21.59%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101497700.510.240.60327.6934.6729.41
Hex65314D033183C148231d
Octal1456111506330745104335
Binary1100101110001100110101100111100011110010100100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,49,77); }

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

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

 a { background-color: rgb(101,49,77); }

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

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

 span { border-color: rgb(101,49,77); }

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