#782830

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

Shades of Tamarillo #782830

Tints of Tamarillo #782830

Color information

#782830 (or 0x782830) is unknown color: approx Tamarillo. HEX triplet: 78, 28 and 30. RGB value is (120,40,48). Sum of RGB (Red+Green+Blue) = 120+40+48=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #782830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782830 is #87D7CF. Grayscale: #404040. Windows color (decimal): -8902608 or 3156088. OLE color: 3156088.

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

Color convert

RGB1204048-
CMYK00.670.600.53
HSL354º50%31.37%-
HSV(B)354º66.67%47.06%-
XYZ9.045.723.42-
YUV64.83118.5167.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=57.69%
G=19.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120404800.670.600.533545031.37
Hex7828300433C35162321f
Octal1705060010374655426237
Binary11110001010001100000100001111110011010110110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782830; }

 p { color: rgb(120,40,48); }

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

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

 a { background-color: rgb(120,40,48); }

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

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

 span { border-color: rgb(120,40,48); }

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