#63314C

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

Shades of Tawny Port #63314C

Tints of Tawny Port #63314C

Color information

#63314C (or 0x63314C) is unknown color: approx Tawny Port. HEX triplet: 63, 31 and 4C. RGB value is (99,49,76). Sum of RGB (Red+Green+Blue) = 99+49+76=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63314C is #9CCEB3. Grayscale: #424242. Windows color (decimal): -10276532 or 4993379. OLE color: 4993379.

HSL color Cylindrical-coordinate representation of color #63314C: hue angle of 327.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63314C is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB994976-
CMYK00.510.230.61
HSL327.6º33.78%29.02%-
HSV(B)327.6º50.51%38.82%-
XYZ7.555.377.48-
YUV67.03133.06150.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=44.20%
G=21.88%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99497600.510.230.61327.633.7829.02
Hex63314C033173D148221d
Octal1436111406327755104235
Binary1100011110001100110001100111011111110110100100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63314C; }

 p { color: rgb(99,49,76); }

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

<style>
 a { background-color: #63314C; }

 a { background-color: rgb(99,49,76); }

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

<style>
 span { border-color: #63314C; }

 span { border-color: rgb(99,49,76); }

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