#782827

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

Shades of Lusty #782827

Tints of Lusty #782827

Color information

#782827 (or 0x782827) is unknown color: approx Lusty. HEX triplet: 78, 28 and 27. RGB value is (120,40,39). Sum of RGB (Red+Green+Blue) = 120+40+39=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782827 is #87D7D8. Grayscale: #3F3F3F. Windows color (decimal): -8902617 or 2566264. OLE color: 2566264.

HSL color Cylindrical-coordinate representation of color #782827: hue angle of 0.74º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782827 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1204039-
CMYK00.670.670.53
HSL0.74º50.94%31.18%-
HSV(B)0.74º67.5%47.06%-
XYZ8.875.662.54-
YUV63.81114168.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=60.30%
G=20.10%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120403900.670.670.530.7450.9431.18
Hex78282704343351331f
Octal170504701031036516337
Binary1111000101000100111010000111000011110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782827; }

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

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

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

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

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

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

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

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