Html Css Color HEX #63344A Tawny Port

📋 copy color: '#63344A'

red 99 ◦ green 52 ◦ blue 74

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

Shades of Tawny Port #63344A

Tints of Tawny Port #63344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 44%
G = 23.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63344A (or 0x63344A) is known color: Tawny Port. HEX triplet: 63, 34 and 4A. RGB value is (99,52,74). Sum of RGB (Red+Green+Blue) = 99+52+74=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63344A is #9CCBB5. Grayscale: #444444. Windows color (decimal): -10275766 or 4863075. OLE color: 4863075.

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

Color convert

RGB 99 52 74 -
CMYK 0 0.47 0.25 0.61
HSL 331.91º 0.31% 0.3% -
HSV(B) 331.91º 0.47% 0.39% -
XYZ 7.61 5.6 7.16 -
YUV 68.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 99 52 74 0 0.47 0.25 0.61 331.91 0.31 0.3
Hex 63 34 4A 0 2F 19 3D 14C 1F 1E
Octal 143 64 112 0 57 31 75 514 37 36
Binary 1100011 110100 1001010 0 101111 11001 111101 101001100 11111 11110

Color Harmonies of #63344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63344A

Black with #63344A

Text Example


Text Example

White with #63344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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