#71272C

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

Shades of Tamarillo #71272C

Tints of Tamarillo #71272C

Color information

#71272C (or 0x71272C) is unknown color: approx Tamarillo. HEX triplet: 71, 27 and 2C. RGB value is (113,39,44). Sum of RGB (Red+Green+Blue) = 113+39+44=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272C is #8ED8D3. Grayscale: #3D3D3D. Windows color (decimal): -9361620 or 2893681. OLE color: 2893681.

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

Color convert

RGB1133944-
CMYK00.650.610.56
HSL355.95º48.68%29.8%-
HSV(B)355.95º65.49%44.31%-
XYZ7.995.142.95-
YUV61.7118.02164.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=57.65%
G=19.90%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394400.650.610.56355.9548.6829.8
Hex71272C0413D38164311e
Octal1614754010175705446136
Binary11100011001111011000100000111110111100010110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71272C; }

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

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

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

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

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

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

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

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