#75282E

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

Shades of Tamarillo #75282E

Tints of Tamarillo #75282E

Color information

#75282E (or 0x75282E) is unknown color: approx Tamarillo. HEX triplet: 75, 28 and 2E. RGB value is (117,40,46). Sum of RGB (Red+Green+Blue) = 117+40+46=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282E is #8AD7D1. Grayscale: #3F3F3F. Windows color (decimal): -9099218 or 3025013. OLE color: 3025013.

HSL color Cylindrical-coordinate representation of color #75282E: hue angle of 355.32º 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 #75282E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1174046-
CMYK00.660.610.54
HSL355.32º49.04%30.78%-
HSV(B)355.32º65.81%45.88%-
XYZ8.595.53.19-
YUV63.71118.01166.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=57.64%
G=19.70%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117404600.660.610.54355.3249.0430.78
Hex75282E0423D36163311f
Octal1655056010275665436137
Binary11101011010001011100100001011110111011010110001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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