#653248

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

Shades of Tawny Port #653248

Tints of Tawny Port #653248

Color information

#653248 (or 0x653248) is unknown color: approx Tawny Port. HEX triplet: 65, 32 and 48. RGB value is (101,50,72). Sum of RGB (Red+Green+Blue) = 101+50+72=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #653248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653248 is #9ACDB7. Grayscale: #434343. Windows color (decimal): -10145208 or 4731493. OLE color: 4731493.

HSL color Cylindrical-coordinate representation of color #653248: hue angle of 334.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653248 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1015072-
CMYK00.500.290.60
HSL334.12º33.77%29.61%-
HSV(B)334.12º50.5%39.61%-
XYZ7.685.526.79-
YUV67.76130.4151.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=45.29%
G=22.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101507200.500.290.60334.1233.7729.61
Hex6532480321D3C14e221e
Octal1456211006235745164236
Binary1100101110010100100001100101110111110010100111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653248; }

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

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

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

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

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

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

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

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