#632F49

Color #632F49 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #632F49

Tints of Tawny Port #632F49

Color information

#632F49 (or 0x632F49) is unknown color: approx Tawny Port. HEX triplet: 63, 2F and 49. RGB value is (99,47,73). Sum of RGB (Red+Green+Blue) = 99+47+73=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F49 is #9CD0B6. Grayscale: #414141. Windows color (decimal): -10277047 or 4796259. OLE color: 4796259.

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

Color convert

RGB994773-
CMYK00.530.260.61
HSL330º35.62%28.63%-
HSV(B)330º52.53%38.82%-
XYZ7.365.176.91-
YUV65.51132.23151.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=45.21%
G=21.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99477300.530.260.6133035.6228.63
Hex632F490351A3D14a241d
Octal1435711106532755124435
Binary1100011101111100100101101011101011110110100101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632F49; }

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

 H1.HeaderClassName
 {
   color: #632F49;
 }
 .AnyTagClassName
 {
   color: #632F49;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #632F49;
 }
 .BgClassName
 {
   background-color: #632F49;
 }
</style>
border-color css

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

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

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