#782526

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

Shades of Tamarillo #782526

Tints of Tamarillo #782526

Color information

#782526 (or 0x782526) is unknown color: approx Tamarillo. HEX triplet: 78, 25 and 26. RGB value is (120,37,38). Sum of RGB (Red+Green+Blue) = 120+37+38=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #782526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782526 is #87DAD9. Grayscale: #3E3E3E. Windows color (decimal): -8903386 or 2499960. OLE color: 2499960.

HSL color Cylindrical-coordinate representation of color #782526: hue angle of 359.28º 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 #782526 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1203738-
CMYK00.690.680.53
HSL359.28º52.87%30.78%-
HSV(B)359.28º69.17%47.06%-
XYZ8.765.462.43-
YUV61.93114.5169.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=61.54%
G=18.97%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120373800.690.680.53359.2852.8730.78
Hex7825260454435167351f
Octal17045460105104655476537
Binary111100010010110011001000101100010011010110110011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782526; }

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

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

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

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

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

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

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

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