#63344F

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

Shades of Tawny Port #63344F

Tints of Tawny Port #63344F

Color information

#63344F (or 0x63344F) is unknown color: approx Tawny Port. HEX triplet: 63, 34 and 4F. RGB value is (99,52,79). Sum of RGB (Red+Green+Blue) = 99+52+79=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63344F is #9CCBB0. Grayscale: #454545. Windows color (decimal): -10275761 or 5190755. OLE color: 5190755.

HSL color Cylindrical-coordinate representation of color #63344F: hue angle of 325.53º 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 #63344F is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB995279-
CMYK00.470.200.61
HSL325.53º31.13%29.61%-
HSV(B)325.53º47.47%38.82%-
XYZ7.785.678.08-
YUV69.13133.57149.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=43.04%
G=22.61%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99527900.470.200.61325.5331.1329.61
Hex63344F02F143D1461f1e
Octal1436411705724755063736
Binary110001111010010011110101111101001111011010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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