#633248

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

Shades of Tawny Port #633248

Tints of Tawny Port #633248

Color information

#633248 (or 0x633248) is unknown color: approx Tawny Port. HEX triplet: 63, 32 and 48. RGB value is (99,50,72). Sum of RGB (Red+Green+Blue) = 99+50+72=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #633248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633248 is #9CCDB7. Grayscale: #434343. Windows color (decimal): -10276280 or 4731491. OLE color: 4731491.

HSL color Cylindrical-coordinate representation of color #633248: hue angle of 333.06º 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 #633248 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB995072-
CMYK00.490.270.61
HSL333.06º32.89%29.22%-
HSV(B)333.06º49.49%38.82%-
XYZ7.465.46.78-
YUV67.16130.73150.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=44.80%
G=22.62%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99507200.490.270.61333.0632.8929.22
Hex6332480311B3D14d211d
Octal1436211006133755154135
Binary1100011110010100100001100011101111110110100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633248; }

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

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

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

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

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

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

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

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