#75292C

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

Shades of Tamarillo #75292C

Tints of Tamarillo #75292C

Color information

#75292C (or 0x75292C) is unknown color: approx Tamarillo. HEX triplet: 75, 29 and 2C. RGB value is (117,41,44). Sum of RGB (Red+Green+Blue) = 117+41+44=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75292C is #8AD6D3. Grayscale: #404040. Windows color (decimal): -9098964 or 2894197. OLE color: 2894197.

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

Color convert

RGB1174144-
CMYK00.650.620.54
HSL357.63º48.1%30.98%-
HSV(B)357.63º64.96%45.88%-
XYZ8.585.553-
YUV64.07116.68165.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=57.92%
G=20.30%
B=21.78%

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
Decimal117414400.650.620.54357.6348.130.98
Hex75292C0413E36166301f
Octal1655154010176665466037
Binary11101011010011011000100000111111011011010110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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