Html Css Color HEX #63314B Tawny Port

📋 copy color: '#63314B'

red 99 ◦ green 49 ◦ blue 75

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

Shades of Tawny Port #63314B

Tints of Tawny Port #63314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 44.39%
G = 21.97%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63314B (or 0x63314B) is known color: Tawny Port. HEX triplet: 63, 31 and 4B. RGB value is (99,49,75). Sum of RGB (Red+Green+Blue) = 99+49+75=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63314B is #9CCEB4. Grayscale: #424242. Windows color (decimal): -10276533 or 4927843. OLE color: 4927843.

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

Color convert

RGB 99 49 75 -
CMYK 0 0.51 0.24 0.61
HSL 328.8º 0.34% 0.29% -
HSV(B) 328.8º 0.51% 0.39% -
XYZ 7.51 5.36 7.29 -
YUV 66.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 99 49 75 0 0.51 0.24 0.61 328.8 0.34 0.29
Hex 63 31 4B 0 33 18 3D 149 22 1D
Octal 143 61 113 0 63 30 75 511 42 35
Binary 1100011 110001 1001011 0 110011 11000 111101 101001001 100010 11101

Color Harmonies of #63314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63314B

Black with #63314B

Text Example


Text Example

White with #63314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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