#78281D

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

Shades of Lusty #78281D

Tints of Lusty #78281D

Color information

#78281D (or 0x78281D) is unknown color: approx Lusty. HEX triplet: 78, 28 and 1D. RGB value is (120,40,29). Sum of RGB (Red+Green+Blue) = 120+40+29=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281D is #87D7E2. Grayscale: #3E3E3E. Windows color (decimal): -8902627 or 1910904. OLE color: 1910904.

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

Color convert

RGB1204029-
CMYK00.670.760.53
HSL7.25º61.07%29.22%-
HSV(B)7.25º75.83%47.06%-
XYZ8.735.61.78-
YUV62.67109168.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=63.49%
G=21.16%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120402900.670.760.537.2561.0729.22
Hex78281D0434C3573d1d
Octal170503501031146577535
Binary11110001010001110101000011100110011010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78281D; }

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

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

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

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

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

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

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

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