#78261F

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

Shades of Lusty #78261F

Tints of Lusty #78261F

Color information

#78261F (or 0x78261F) is unknown color: approx Lusty. HEX triplet: 78, 26 and 1F. RGB value is (120,38,31). Sum of RGB (Red+Green+Blue) = 120+38+31=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78261F is #87D9E0. Grayscale: #3D3D3D. Windows color (decimal): -8903137 or 2041464. OLE color: 2041464.

HSL color Cylindrical-coordinate representation of color #78261F: hue angle of 4.72º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78261F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1203831-
CMYK00.680.740.53
HSL4.72º58.94%29.61%-
HSV(B)4.72º74.17%47.06%-
XYZ8.695.481.9-
YUV61.72110.67169.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=63.49%
G=20.11%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120383100.680.740.534.7258.9429.61
Hex78261F0444A3553b1e
Octal170463701041126557336
Binary11110001001101111101000100100101011010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78261F; }

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

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

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

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

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

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

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

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