#613248

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

Shades of Tawny Port #613248

Tints of Tawny Port #613248

Color information

#613248 (or 0x613248) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 48. RGB value is (97,50,72). Sum of RGB (Red+Green+Blue) = 97+50+72=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613248 is #9ECDB7. Grayscale: #424242. Windows color (decimal): -10407352 or 4731489. OLE color: 4731489.

HSL color Cylindrical-coordinate representation of color #613248: hue angle of 331.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613248 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB975072-
CMYK00.480.260.62
HSL331.91º31.97%28.82%-
HSV(B)331.91º48.45%38.04%-
XYZ7.245.296.77-
YUV66.56131.07149.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=44.29%
G=22.83%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97507200.480.260.62331.9131.9728.82
Hex6132480301A3E14c201d
Octal1416211006032765144035
Binary1100001110010100100001100001101011111010100110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613248; }

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

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

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

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

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

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

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

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