#7A2428

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

Shades of Tamarillo #7A2428

Tints of Tamarillo #7A2428

Color information

#7A2428 (or 0x7A2428) is unknown color: approx Tamarillo. HEX triplet: 7A, 24 and 28. RGB value is (122,36,40). Sum of RGB (Red+Green+Blue) = 122+36+40=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2428 is #85DBD7. Grayscale: #3E3E3E. Windows color (decimal): -8772568 or 2630778. OLE color: 2630778.

HSL color Cylindrical-coordinate representation of color #7A2428: hue angle of 357.21º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A2428 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1223640-
CMYK00.700.670.52
HSL357.21º54.43%30.98%-
HSV(B)357.21º70.49%47.84%-
XYZ9.045.552.6-
YUV62.17115.49170.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.62%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=61.62%
G=18.18%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122364000.700.670.52357.2154.4330.98
Hex7A24280464334165361f
Octal17244500106103645456637
Binary111101010010010100001000110100001111010010110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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