#782F28

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

Shades of Lusty #782F28

Tints of Lusty #782F28

Color information

#782F28 (or 0x782F28) is unknown color: approx Lusty. HEX triplet: 78, 2F and 28. RGB value is (120,47,40). Sum of RGB (Red+Green+Blue) = 120+47+40=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #782F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F28 is #87D0D7. Grayscale: #444444. Windows color (decimal): -8900824 or 2633592. OLE color: 2633592.

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

Color convert

RGB1204740-
CMYK00.610.670.53
HSL5.25º50%31.37%-
HSV(B)5.25º66.67%47.06%-
XYZ9.156.182.72-
YUV68.03112.18165.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=57.97%
G=22.71%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120474000.610.670.535.255031.37
Hex782F2803D43355321f
Octal17057500751036556237
Binary11110001011111010000111101100001111010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F28; }

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

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

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

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

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

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

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

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