#782B31

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

Shades of Tamarillo #782B31

Tints of Tamarillo #782B31

Color information

#782B31 (or 0x782B31) is unknown color: approx Tamarillo. HEX triplet: 78, 2B and 31. RGB value is (120,43,49). Sum of RGB (Red+Green+Blue) = 120+43+49=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B31 is #87D4CE. Grayscale: #424242. Windows color (decimal): -8901839 or 3222392. OLE color: 3222392.

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

Color convert

RGB1204349-
CMYK00.640.590.53
HSL355.32º47.24%31.96%-
HSV(B)355.32º64.17%47.06%-
XYZ9.165.943.57-
YUV66.71118.01166.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=56.60%
G=20.28%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120434900.640.590.53355.3247.2431.96
Hex782B310403B351632f20
Octal1705361010073655435740
Binary111100010101111000101000000111011110101101100011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782B31; }

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

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

<style>
 a { background-color: #782B31; }

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

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

<style>
 span { border-color: #782B31; }

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

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