#65334A

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

Shades of Tawny Port #65334A

Tints of Tawny Port #65334A

Color information

#65334A (or 0x65334A) is unknown color: approx Tawny Port. HEX triplet: 65, 33 and 4A. RGB value is (101,51,74). Sum of RGB (Red+Green+Blue) = 101+51+74=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65334A is #9ACCB5. Grayscale: #444444. Windows color (decimal): -10144950 or 4862821. OLE color: 4862821.

HSL color Cylindrical-coordinate representation of color #65334A: hue angle of 332.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65334A is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1015174-
CMYK00.500.270.60
HSL332.4º32.89%29.8%-
HSV(B)332.4º49.5%39.61%-
XYZ7.795.637.15-
YUV68.57131.06151.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=44.69%
G=22.57%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101517400.500.270.60332.432.8929.8
Hex65334A0321B3C14c211e
Octal1456311206233745144136
Binary1100101110011100101001100101101111110010100110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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