Html Css Color HEX #63314D Tawny Port

📋 copy color: '#63314D'

red 99 ◦ green 49 ◦ blue 77

#63314D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #63314D

Tints of Tawny Port #63314D

RGB

 RED value IS 99 (39.06% from 255) = 44%

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 44%
G = 21.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63314D (or 0x63314D) is known color: Tawny Port. HEX triplet: 63, 31 and 4D. RGB value is (99,49,77). Sum of RGB (Red+Green+Blue) = 99+49+77=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63314D is #9CCEB2. Grayscale: #434343. Windows color (decimal): -10276531 or 5058915. OLE color: 5058915.

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

Color convert

RGB 99 49 77 -
CMYK 0 0.51 0.22 0.61
HSL 326.4º 0.34% 0.29% -
HSV(B) 326.4º 0.51% 0.39% -
XYZ 7.58 5.39 7.66 -
YUV 67.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 99 49 77 0 0.51 0.22 0.61 326.4 0.34 0.29
Hex 63 31 4D 0 33 16 3D 146 22 1D
Octal 143 61 115 0 63 26 75 506 42 35
Binary 1100011 110001 1001101 0 110011 10110 111101 101000110 100010 11101

Color Harmonies of #63314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63314D

Black with #63314D

Text Example


Text Example

White with #63314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63314D;
 }
 .AnyTagClassName
 {
   color: #63314D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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