#712C32

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

Shades of Tamarillo #712C32

Tints of Tamarillo #712C32

Color information

#712C32 (or 0x712C32) is unknown color: approx Tamarillo. HEX triplet: 71, 2C and 32. RGB value is (113,44,50). Sum of RGB (Red+Green+Blue) = 113+44+50=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C32 is #8ED3CD. Grayscale: #414141. Windows color (decimal): -9360334 or 3288177. OLE color: 3288177.

HSL color Cylindrical-coordinate representation of color #712C32: hue angle of 354.78º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C32 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1134450-
CMYK00.610.560.56
HSL354.78º43.95%30.78%-
HSV(B)354.78º61.06%44.31%-
XYZ8.295.543.65-
YUV65.32119.36162.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=54.59%
G=21.26%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113445000.610.560.56354.7843.9530.78
Hex712C3203D38381632c1f
Octal161546207570705435437
Binary1110001101100110010011110111100011100010110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C32; }

 p { color: rgb(113,44,50); }

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

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

 a { background-color: rgb(113,44,50); }

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

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

 span { border-color: rgb(113,44,50); }

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