#713133

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

Shades of Tamarillo #713133

Tints of Tamarillo #713133

Color information

#713133 (or 0x713133) is unknown color: approx Tamarillo. HEX triplet: 71, 31 and 33. RGB value is (113,49,51). Sum of RGB (Red+Green+Blue) = 113+49+51=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #713133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713133 is #8ECECC. Grayscale: #444444. Windows color (decimal): -9359053 or 3354993. OLE color: 3354993.

HSL color Cylindrical-coordinate representation of color #713133: hue angle of 358.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713133 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1134951-
CMYK00.570.550.56
HSL358.12º39.51%31.76%-
HSV(B)358.12º56.64%44.31%-
XYZ8.515.953.83-
YUV68.36118.2159.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=53.05%
G=23.00%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113495100.570.550.56358.1239.5131.76
Hex71313303937381662820
Octal161616307167705465040
Binary11100011100011100110111001110111111000101100110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713133; }

 p { color: rgb(113,49,51); }

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

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

 a { background-color: rgb(113,49,51); }

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

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

 span { border-color: rgb(113,49,51); }

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