Html Css Color HEX #633049 Tawny Port

📋 copy color: '#633049'

red 99 ◦ green 48 ◦ blue 73

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

Shades of Tawny Port #633049

Tints of Tawny Port #633049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 45%
G = 21.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#633049 (or 0x633049) is known color: Tawny Port. HEX triplet: 63, 30 and 49. RGB value is (99,48,73). Sum of RGB (Red+Green+Blue) = 99+48+73=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #633049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633049 is #9CCFB6. Grayscale: #424242. Windows color (decimal): -10276791 or 4796515. OLE color: 4796515.

HSL color Cylindrical-coordinate representation of color #633049: hue angle of 330.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633049 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 73 -
CMYK 0 0.52 0.26 0.61
HSL 330.59º 0.35% 0.29% -
HSV(B) 330.59º 0.52% 0.39% -
XYZ 7.41 5.25 6.93 -
YUV 66.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 99 48 73 0 0.52 0.26 0.61 330.59 0.35 0.29
Hex 63 30 49 0 34 1A 3D 14B 23 1D
Octal 143 60 111 0 64 32 75 513 43 35
Binary 1100011 110000 1001001 0 110100 11010 111101 101001011 100011 11101

Color Harmonies of #633049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633049

Black with #633049

Text Example


Text Example

White with #633049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633049; }

 p { color: rgb(99,48,73); }

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

background-color css

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

 a { background-color: rgb(99,48,73); }

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

border-color css

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

 span { border-color: rgb(99,48,73); }

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