#63304A

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

Shades of Tawny Port #63304A

Tints of Tawny Port #63304A

Color information

#63304A (or 0x63304A) is unknown color: approx Tawny Port. HEX triplet: 63, 30 and 4A. RGB value is (99,48,74). Sum of RGB (Red+Green+Blue) = 99+48+74=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #63304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63304A is #9CCFB5. Grayscale: #424242. Windows color (decimal): -10276790 or 4862051. OLE color: 4862051.

HSL color Cylindrical-coordinate representation of color #63304A: hue angle of 329.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63304A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB994874-
CMYK00.520.250.61
HSL329.41º34.69%28.82%-
HSV(B)329.41º51.52%38.82%-
XYZ7.445.267.1-
YUV66.21132.4151.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=44.80%
G=21.72%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99487400.520.250.61329.4134.6928.82
Hex63304A034193D149231d
Octal1436011206431755114335
Binary1100011110000100101001101001100111110110100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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