#78271C

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

Shades of Lusty #78271C

Tints of Lusty #78271C

Color information

#78271C (or 0x78271C) is unknown color: approx Lusty. HEX triplet: 78, 27 and 1C. RGB value is (120,39,28). Sum of RGB (Red+Green+Blue) = 120+39+28=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78271C is #87D8E3. Grayscale: #3E3E3E. Windows color (decimal): -8902884 or 1845112. OLE color: 1845112.

HSL color Cylindrical-coordinate representation of color #78271C: hue angle of 7.17º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78271C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1203928-
CMYK00.670.770.53
HSL7.17º62.16%29.02%-
HSV(B)7.17º76.67%47.06%-
XYZ8.685.531.71-
YUV61.96108.84169.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=64.17%
G=20.86%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120392800.670.770.537.1762.1629.02
Hex78271C0434D3573e1d
Octal170473401031156577635
Binary11110001001111110001000011100110111010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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