#63344D

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

Shades of Tawny Port #63344D

Tints of Tawny Port #63344D

Color information

#63344D (or 0x63344D) is unknown color: approx Tawny Port. HEX triplet: 63, 34 and 4D. RGB value is (99,52,77). Sum of RGB (Red+Green+Blue) = 99+52+77=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63344D is #9CCBB2. Grayscale: #444444. Windows color (decimal): -10275763 or 5059683. OLE color: 5059683.

HSL color Cylindrical-coordinate representation of color #63344D: hue angle of 328.09º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63344D is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB995277-
CMYK00.470.220.61
HSL328.09º31.13%29.61%-
HSV(B)328.09º47.47%38.82%-
XYZ7.715.647.7-
YUV68.9132.57149.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=43.42%
G=22.81%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99527700.470.220.61328.0931.1329.61
Hex63344D02F163D1481f1e
Octal1436411505726755103736
Binary110001111010010011010101111101101111011010010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,52,77); }

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

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

 a { background-color: rgb(99,52,77); }

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

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

 span { border-color: rgb(99,52,77); }

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