#63314A

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

Shades of Tawny Port #63314A

Tints of Tawny Port #63314A

Color information

#63314A (or 0x63314A) is unknown color: approx Tawny Port. HEX triplet: 63, 31 and 4A. RGB value is (99,49,74). Sum of RGB (Red+Green+Blue) = 99+49+74=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63314A is #9CCEB5. Grayscale: #424242. Windows color (decimal): -10276534 or 4862307. OLE color: 4862307.

HSL color Cylindrical-coordinate representation of color #63314A: hue angle of 330º 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 #63314A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB994974-
CMYK00.510.250.61
HSL330º33.78%29.02%-
HSV(B)330º50.51%38.82%-
XYZ7.485.347.12-
YUV66.8132.06150.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=44.59%
G=22.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99497400.510.250.6133033.7829.02
Hex63314A033193D14a221d
Octal1436111206331755124235
Binary1100011110001100101001100111100111110110100101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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