#78271F

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

Shades of Lusty #78271F

Tints of Lusty #78271F

Color information

#78271F (or 0x78271F) is unknown color: approx Lusty. HEX triplet: 78, 27 and 1F. RGB value is (120,39,31). Sum of RGB (Red+Green+Blue) = 120+39+31=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78271F is #87D8E0. Grayscale: #3E3E3E. Windows color (decimal): -8902881 or 2041720. OLE color: 2041720.

HSL color Cylindrical-coordinate representation of color #78271F: hue angle of 5.39º 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 #78271F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1203931-
CMYK00.670.740.53
HSL5.39º58.94%29.61%-
HSV(B)5.39º74.17%47.06%-
XYZ8.725.541.91-
YUV62.31110.34169.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=63.16%
G=20.53%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120393100.670.740.535.3958.9429.61
Hex78271F0434A3553b1e
Octal170473701031126557336
Binary11110001001111111101000011100101011010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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