#63324B

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

Shades of Tawny Port #63324B

Tints of Tawny Port #63324B

Color information

#63324B (or 0x63324B) is unknown color: approx Tawny Port. HEX triplet: 63, 32 and 4B. RGB value is (99,50,75). Sum of RGB (Red+Green+Blue) = 99+50+75=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63324B is #9CCDB4. Grayscale: #434343. Windows color (decimal): -10276277 or 4928099. OLE color: 4928099.

HSL color Cylindrical-coordinate representation of color #63324B: hue angle of 329.39º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63324B is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB995075-
CMYK00.490.240.61
HSL329.39º32.89%29.22%-
HSV(B)329.39º49.49%38.82%-
XYZ7.565.447.31-
YUV67.5132.23150.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=44.20%
G=22.32%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99507500.490.240.61329.3932.8929.22
Hex63324B031183D149211d
Octal1436211306130755114135
Binary1100011110010100101101100011100011110110100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63324B; }

 p { color: rgb(99,50,75); }

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

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

 a { background-color: rgb(99,50,75); }

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

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

 span { border-color: rgb(99,50,75); }

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