#78251F

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

Shades of Lusty #78251F

Tints of Lusty #78251F

Color information

#78251F (or 0x78251F) is unknown color: approx Lusty. HEX triplet: 78, 25 and 1F. RGB value is (120,37,31). Sum of RGB (Red+Green+Blue) = 120+37+31=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #78251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78251F is #87DAE0. Grayscale: #3D3D3D. Windows color (decimal): -8903393 or 2041208. OLE color: 2041208.

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

Color convert

RGB1203731-
CMYK00.690.740.53
HSL4.04º58.94%29.61%-
HSV(B)4.04º74.17%47.06%-
XYZ8.655.421.89-
YUV61.13111169.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=63.83%
G=19.68%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120373100.690.740.534.0458.9429.61
Hex78251F0454A3543b1e
Octal170453701051126547336
Binary11110001001011111101000101100101011010110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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