#75282C

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

Shades of Tamarillo #75282C

Tints of Tamarillo #75282C

Color information

#75282C (or 0x75282C) is unknown color: approx Tamarillo. HEX triplet: 75, 28 and 2C. RGB value is (117,40,44). Sum of RGB (Red+Green+Blue) = 117+40+44=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282C is #8AD7D3. Grayscale: #3F3F3F. Windows color (decimal): -9099220 or 2893941. OLE color: 2893941.

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

Color convert

RGB1174044-
CMYK00.660.620.54
HSL356.88º49.04%30.78%-
HSV(B)356.88º65.81%45.88%-
XYZ8.555.482.99-
YUV63.48117.01166.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=58.21%
G=19.90%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117404400.660.620.54356.8849.0430.78
Hex75282C0423E36165311f
Octal1655054010276665456137
Binary11101011010001011000100001011111011011010110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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