#782B2A

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

Shades of Lusty #782B2A

Tints of Lusty #782B2A

Color information

#782B2A (or 0x782B2A) is unknown color: approx Lusty. HEX triplet: 78, 2B and 2A. RGB value is (120,43,42). Sum of RGB (Red+Green+Blue) = 120+43+42=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B2A is #87D4D5. Grayscale: #414141. Windows color (decimal): -8901846 or 2763640. OLE color: 2763640.

HSL color Cylindrical-coordinate representation of color #782B2A: hue angle of 0.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782B2A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1204342-
CMYK00.640.650.53
HSL0.77º48.15%31.76%-
HSV(B)0.77º65%47.06%-
XYZ9.035.892.85-
YUV65.91114.51166.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=58.54%
G=20.98%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120434200.640.650.530.7748.1531.76
Hex782B2A040413513020
Octal170535201001016516040
Binary11110001010111010100100000010000011101011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,42); }

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

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

 a { background-color: rgb(120,43,42); }

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

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

 span { border-color: rgb(120,43,42); }

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