#65354D

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

Shades of Tawny Port #65354D

Tints of Tawny Port #65354D

Color information

#65354D (or 0x65354D) is unknown color: approx Tawny Port. HEX triplet: 65, 35 and 4D. RGB value is (101,53,77). Sum of RGB (Red+Green+Blue) = 101+53+77=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65354D is #9ACAB2. Grayscale: #464646. Windows color (decimal): -10144435 or 5059941. OLE color: 5059941.

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

Color convert

RGB1015377-
CMYK00.480.240.60
HSL330º31.17%30.2%-
HSV(B)330º47.52%39.61%-
XYZ7.985.857.73-
YUV70.09131.9150.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=43.72%
G=22.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101537700.480.240.6033031.1730.2
Hex65354D030183C14a1f1e
Octal1456511506030745123736
Binary110010111010110011010110000110001111001010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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