#65374A

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

Shades of Tawny Port #65374A

Tints of Tawny Port #65374A

Color information

#65374A (or 0x65374A) is unknown color: approx Tawny Port. HEX triplet: 65, 37 and 4A. RGB value is (101,55,74). Sum of RGB (Red+Green+Blue) = 101+55+74=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65374A is #9AC8B5. Grayscale: #464646. Windows color (decimal): -10143926 or 4863845. OLE color: 4863845.

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

Color convert

RGB1015574-
CMYK00.460.270.60
HSL335.22º29.49%30.59%-
HSV(B)335.22º45.54%39.61%-
XYZ7.975.997.22-
YUV70.92129.74149.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=43.91%
G=23.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101557400.460.270.60335.2229.4930.59
Hex65374A02E1B3C14f1d1f
Octal1456711205633745173537
Binary110010111011110010100101110110111111001010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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