#71292A

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

Shades of Tamarillo #71292A

Tints of Tamarillo #71292A

Color information

#71292A (or 0x71292A) is unknown color: approx Tamarillo. HEX triplet: 71, 29 and 2A. RGB value is (113,41,42). Sum of RGB (Red+Green+Blue) = 113+41+42=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292A is #8ED6D5. Grayscale: #3E3E3E. Windows color (decimal): -9361110 or 2763121. OLE color: 2763121.

HSL color Cylindrical-coordinate representation of color #71292A: hue angle of 359.17º 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 #71292A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1134142-
CMYK00.640.630.56
HSL359.17º46.75%30.2%-
HSV(B)359.17º63.72%44.31%-
XYZ8.025.262.78-
YUV62.64116.35163.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=57.65%
G=20.92%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113414200.640.630.56359.1746.7530.2
Hex71292A0403F381672f1e
Octal1615152010077705475736
Binary11100011010011010100100000011111111100010110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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