Html Css Color HEX #63354A Tawny Port

📋 copy color: '#63354A'

red 99 ◦ green 53 ◦ blue 74

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

Shades of Tawny Port #63354A

Tints of Tawny Port #63354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 43.81%
G = 23.45%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63354A (or 0x63354A) is known color: Tawny Port. HEX triplet: 63, 35 and 4A. RGB value is (99,53,74). Sum of RGB (Red+Green+Blue) = 99+53+74=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63354A is #9CCAB5. Grayscale: #454545. Windows color (decimal): -10275510 or 4863331. OLE color: 4863331.

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

Color convert

RGB 99 53 74 -
CMYK 0 0.46 0.25 0.61
HSL 332.61º 0.3% 0.3% -
HSV(B) 332.61º 0.46% 0.39% -
XYZ 7.65 5.69 7.17 -
YUV 69.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 99 53 74 0 0.46 0.25 0.61 332.61 0.3 0.3
Hex 63 35 4A 0 2E 19 3D 14D 1E 1E
Octal 143 65 112 0 56 31 75 515 36 36
Binary 1100011 110101 1001010 0 101110 11001 111101 101001101 11110 11110

Color Harmonies of #63354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63354A

Black with #63354A

Text Example


Text Example

White with #63354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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