#78252B

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

Shades of Tamarillo #78252B

Tints of Tamarillo #78252B

Color information

#78252B (or 0x78252B) is unknown color: approx Tamarillo. HEX triplet: 78, 25 and 2B. RGB value is (120,37,43). Sum of RGB (Red+Green+Blue) = 120+37+43=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78252B is #87DAD4. Grayscale: #3E3E3E. Windows color (decimal): -8903381 or 2827640. OLE color: 2827640.

HSL color Cylindrical-coordinate representation of color #78252B: hue angle of 355.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78252B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1203743-
CMYK00.690.640.53
HSL355.66º52.87%30.78%-
HSV(B)355.66º69.17%47.06%-
XYZ8.845.492.88-
YUV62.5117169.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=60%
G=18.5%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374300.690.640.53355.6652.8730.78
Hex78252B0454035164351f
Octal17045530105100655446537
Binary111100010010110101101000101100000011010110110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78252B; }

 p { color: rgb(120,37,43); }

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

<style>
 a { background-color: #78252B; }

 a { background-color: rgb(120,37,43); }

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

<style>
 span { border-color: #78252B; }

 span { border-color: rgb(120,37,43); }

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