#63354B

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

Shades of Tawny Port #63354B

Tints of Tawny Port #63354B

Color information

#63354B (or 0x63354B) is unknown color: approx Tawny Port. HEX triplet: 63, 35 and 4B. RGB value is (99,53,75). Sum of RGB (Red+Green+Blue) = 99+53+75=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63354B is #9CCAB4. Grayscale: #454545. Windows color (decimal): -10275509 or 4928867. OLE color: 4928867.

HSL color Cylindrical-coordinate representation of color #63354B: hue angle of 331.3º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63354B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB995375-
CMYK00.460.240.61
HSL331.3º30.26%29.8%-
HSV(B)331.3º46.46%38.82%-
XYZ7.695.717.35-
YUV69.26131.24149.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=43.61%
G=23.35%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99537500.460.240.61331.330.2629.8
Hex63354B02E183D14b1e1e
Octal1436511305630755133636
Binary110001111010110010110101110110001111011010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63354B; }

 p { color: rgb(99,53,75); }

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

<style>
 a { background-color: #63354B; }

 a { background-color: rgb(99,53,75); }

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

<style>
 span { border-color: #63354B; }

 span { border-color: rgb(99,53,75); }

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