#63374A

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

Shades of Tawny Port #63374A

Tints of Tawny Port #63374A

Color information

#63374A (or 0x63374A) is unknown color: approx Tawny Port. HEX triplet: 63, 37 and 4A. RGB value is (99,55,74). Sum of RGB (Red+Green+Blue) = 99+55+74=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63374A is #9CC8B5. Grayscale: #464646. Windows color (decimal): -10274998 or 4863843. OLE color: 4863843.

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

Color convert

RGB995574-
CMYK00.440.250.61
HSL334.09º28.57%30.2%-
HSV(B)334.09º44.44%38.82%-
XYZ7.755.887.21-
YUV70.32130.08148.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=43.42%
G=24.12%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99557400.440.250.61334.0928.5730.2
Hex63374A02C193D14e1d1e
Octal1436711205431755163536
Binary110001111011110010100101100110011111011010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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