#63394E

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

Shades of Tawny Port #63394E

Tints of Tawny Port #63394E

Color information

#63394E (or 0x63394E) is unknown color: approx Tawny Port. HEX triplet: 63, 39 and 4E. RGB value is (99,57,78). Sum of RGB (Red+Green+Blue) = 99+57+78=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #63394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63394E is #9CC6B1. Grayscale: #474747. Windows color (decimal): -10274482 or 5126499. OLE color: 5126499.

HSL color Cylindrical-coordinate representation of color #63394E: hue angle of 330º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63394E is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB995778-
CMYK00.420.210.61
HSL330º26.92%30.59%-
HSV(B)330º42.42%38.82%-
XYZ7.986.137.97-
YUV71.95131.41147.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=42.31%
G=24.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99577800.420.210.6133026.9230.59
Hex63394E02A153D14a1b1f
Octal1437111605225755123337
Binary110001111100110011100101010101011111011010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63394E; }

 p { color: rgb(99,57,78); }

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

<style>
 a { background-color: #63394E; }

 a { background-color: rgb(99,57,78); }

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

<style>
 span { border-color: #63394E; }

 span { border-color: rgb(99,57,78); }

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