#65384A

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

Shades of Tawny Port #65384A

Tints of Tawny Port #65384A

Color information

#65384A (or 0x65384A) is unknown color: approx Tawny Port. HEX triplet: 65, 38 and 4A. RGB value is (101,56,74). Sum of RGB (Red+Green+Blue) = 101+56+74=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #65384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65384A is #9AC7B5. Grayscale: #474747. Windows color (decimal): -10143670 or 4864101. OLE color: 4864101.

HSL color Cylindrical-coordinate representation of color #65384A: hue angle of 336º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65384A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1015674-
CMYK00.450.270.60
HSL336º28.66%30.78%-
HSV(B)336º44.55%39.61%-
XYZ8.026.097.23-
YUV71.51129.41149.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=43.72%
G=24.24%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101567400.450.270.6033628.6630.78
Hex65384A02D1B3C1501d1f
Octal1457011205533745203537
Binary110010111100010010100101101110111111001010100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65384A; }

 p { color: rgb(101,56,74); }

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

<style>
 a { background-color: #65384A; }

 a { background-color: rgb(101,56,74); }

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

<style>
 span { border-color: #65384A; }

 span { border-color: rgb(101,56,74); }

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