Html Css Color HEX #63394A Tawny Port

📋 copy color: '#63394A'

red 99 ◦ green 57 ◦ blue 74

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

Shades of Tawny Port #63394A

Tints of Tawny Port #63394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 43.04%
G = 24.78%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63394A (or 0x63394A) is known color: Tawny Port. HEX triplet: 63, 39 and 4A. RGB value is (99,57,74). Sum of RGB (Red+Green+Blue) = 99+57+74=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63394A is #9CC6B5. Grayscale: #474747. Windows color (decimal): -10274486 or 4864355. OLE color: 4864355.

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

Color convert

RGB 99 57 74 -
CMYK 0 0.42 0.25 0.61
HSL 335.71º 0.27% 0.31% -
HSV(B) 335.71º 0.42% 0.39% -
XYZ 7.84 6.07 7.24 -
YUV 71.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 99 57 74 0 0.42 0.25 0.61 335.71 0.27 0.31
Hex 63 39 4A 0 2A 19 3D 150 1B 1F
Octal 143 71 112 0 52 31 75 520 33 37
Binary 1100011 111001 1001010 0 101010 11001 111101 101010000 11011 11111

Color Harmonies of #63394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63394A

Black with #63394A

Text Example


Text Example

White with #63394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63394A;
 }
 .AnyTagClassName
 {
   color: #63394A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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