#75242E

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

Shades of Tamarillo #75242E

Tints of Tamarillo #75242E

Color information

#75242E (or 0x75242E) is unknown color: approx Tamarillo. HEX triplet: 75, 24 and 2E. RGB value is (117,36,46). Sum of RGB (Red+Green+Blue) = 117+36+46=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242E is #8ADBD1. Grayscale: #3D3D3D. Windows color (decimal): -9100242 or 3023989. OLE color: 3023989.

HSL color Cylindrical-coordinate representation of color #75242E: hue angle of 352.59º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75242E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1173646-
CMYK00.690.610.54
HSL352.59º52.94%30%-
HSV(B)352.59º69.23%45.88%-
XYZ8.465.243.15-
YUV61.36119.34167.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=58.79%
G=18.09%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117364600.690.610.54352.5952.9430
Hex75242E0453D36161351e
Octal1654456010575665416536
Binary11101011001001011100100010111110111011010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75242E; }

 p { color: rgb(117,36,46); }

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

<style>
 a { background-color: #75242E; }

 a { background-color: rgb(117,36,46); }

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

<style>
 span { border-color: #75242E; }

 span { border-color: rgb(117,36,46); }

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