#75272C

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

Shades of Tamarillo #75272C

Tints of Tamarillo #75272C

Color information

#75272C (or 0x75272C) is unknown color: approx Tamarillo. HEX triplet: 75, 27 and 2C. RGB value is (117,39,44). Sum of RGB (Red+Green+Blue) = 117+39+44=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75272C is #8AD8D3. Grayscale: #3E3E3E. Windows color (decimal): -9099476 or 2893685. OLE color: 2893685.

HSL color Cylindrical-coordinate representation of color #75272C: hue angle of 356.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75272C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1173944-
CMYK00.670.620.54
HSL356.15º50%30.59%-
HSV(B)356.15º66.67%45.88%-
XYZ8.525.412.98-
YUV62.89117.34166.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=58.5%
G=19.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117394400.670.620.54356.155030.59
Hex75272C0433E36164321f
Octal1654754010376665446237
Binary11101011001111011000100001111111011011010110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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