#75292E

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

Shades of Tamarillo #75292E

Tints of Tamarillo #75292E

Color information

#75292E (or 0x75292E) is unknown color: approx Tamarillo. HEX triplet: 75, 29 and 2E. RGB value is (117,41,46). Sum of RGB (Red+Green+Blue) = 117+41+46=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #75292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292E is #8AD6D1. Grayscale: #404040. Windows color (decimal): -9098962 or 3025269. OLE color: 3025269.

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

Color convert

RGB1174146-
CMYK00.650.610.54
HSL356.05º48.1%30.98%-
HSV(B)356.05º64.96%45.88%-
XYZ8.625.573.2-
YUV64.29117.68165.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=57.35%
G=20.10%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117414600.650.610.54356.0548.130.98
Hex75292E0413D36164301f
Octal1655156010175665446037
Binary11101011010011011100100000111110111011010110010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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