#7A282E

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

Shades of Tamarillo #7A282E

Tints of Tamarillo #7A282E

Color information

#7A282E (or 0x7A282E) is unknown color: approx Tamarillo. HEX triplet: 7A, 28 and 2E. RGB value is (122,40,46). Sum of RGB (Red+Green+Blue) = 122+40+46=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A282E is #85D7D1. Grayscale: #414141. Windows color (decimal): -8771538 or 3025018. OLE color: 3025018.

HSL color Cylindrical-coordinate representation of color #7A282E: hue angle of 355.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A282E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1224046-
CMYK00.670.620.52
HSL355.61º50.62%31.76%-
HSV(B)355.61º67.21%47.84%-
XYZ9.285.853.23-
YUV65.2117.17168.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=58.65%
G=19.23%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122404600.670.620.52355.6150.6231.76
Hex7A282E0433E341643320
Octal1725056010376645446340
Binary111101010100010111001000011111110110100101100100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A282E; }

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

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

<style>
 a { background-color: #7A282E; }

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

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

<style>
 span { border-color: #7A282E; }

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

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