#71292D

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

Shades of Tamarillo #71292D

Tints of Tamarillo #71292D

Color information

#71292D (or 0x71292D) is unknown color: approx Tamarillo. HEX triplet: 71, 29 and 2D. RGB value is (113,41,45). Sum of RGB (Red+Green+Blue) = 113+41+45=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292D is #8ED6D2. Grayscale: #3F3F3F. Windows color (decimal): -9361107 or 2959729. OLE color: 2959729.

HSL color Cylindrical-coordinate representation of color #71292D: hue angle of 356.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71292D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1134145-
CMYK00.640.600.56
HSL356.67º46.75%30.2%-
HSV(B)356.67º63.72%44.31%-
XYZ8.085.293.08-
YUV62.98117.85163.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=56.78%
G=20.60%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113414500.640.600.56356.6746.7530.2
Hex71292D0403C381652f1e
Octal1615155010074705455736
Binary11100011010011011010100000011110011100010110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71292D; }

 p { color: rgb(113,41,45); }

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

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

 a { background-color: rgb(113,41,45); }

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

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

 span { border-color: rgb(113,41,45); }

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