#78281E

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

Shades of Lusty #78281E

Tints of Lusty #78281E

Color information

#78281E (or 0x78281E) is unknown color: approx Lusty. HEX triplet: 78, 28 and 1E. RGB value is (120,40,30). Sum of RGB (Red+Green+Blue) = 120+40+30=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281E is #87D7E1. Grayscale: #3E3E3E. Windows color (decimal): -8902626 or 1976440. OLE color: 1976440.

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

Color convert

RGB1204030-
CMYK00.670.750.53
HSL6.67º60%29.41%-
HSV(B)6.67º75%47.06%-
XYZ8.745.61.85-
YUV62.78109.5168.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=63.16%
G=21.05%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120403000.670.750.536.676029.41
Hex78281E0434B3573c1d
Octal170503601031136577435
Binary11110001010001111001000011100101111010111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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