#782428

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

Shades of Tamarillo #782428

Tints of Tamarillo #782428

Color information

#782428 (or 0x782428) is unknown color: approx Tamarillo. HEX triplet: 78, 24 and 28. RGB value is (120,36,40). Sum of RGB (Red+Green+Blue) = 120+36+40=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782428 is #87DBD7. Grayscale: #3D3D3D. Windows color (decimal): -8903640 or 2630776. OLE color: 2630776.

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

Color convert

RGB1203640-
CMYK00.70.670.53
HSL357.14º53.85%30.59%-
HSV(B)357.14º70%47.06%-
XYZ8.765.412.59-
YUV61.57115.83169.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=61.22%
G=18.37%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120364000.70.670.53357.1453.8530.59
Hex7824280464335165361f
Octal17044500106103655456637
Binary111100010010010100001000110100001111010110110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782428; }

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

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

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

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

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

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

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

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