#75292D

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

Shades of Tamarillo #75292D

Tints of Tamarillo #75292D

Color information

#75292D (or 0x75292D) is unknown color: approx Tamarillo. HEX triplet: 75, 29 and 2D. RGB value is (117,41,45). Sum of RGB (Red+Green+Blue) = 117+41+45=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292D is #8AD6D2. Grayscale: #404040. Windows color (decimal): -9098963 or 2959733. OLE color: 2959733.

HSL color Cylindrical-coordinate representation of color #75292D: hue angle of 356.84º 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 #75292D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1174145-
CMYK00.650.620.54
HSL356.84º48.1%30.98%-
HSV(B)356.84º64.96%45.88%-
XYZ8.65.563.1-
YUV64.18117.18165.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=57.64%
G=20.20%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117414500.650.620.54356.8448.130.98
Hex75292D0413E36165301f
Octal1655155010176665456037
Binary11101011010011011010100000111111011011010110010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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