#782D2D

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

Shades of Lusty #782D2D

Tints of Lusty #782D2D

Color information

#782D2D (or 0x782D2D) is unknown color: approx Lusty. HEX triplet: 78, 2D and 2D. RGB value is (120,45,45). Sum of RGB (Red+Green+Blue) = 120+45+45=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D2D is #87D2D2. Grayscale: #434343. Windows color (decimal): -8901331 or 2960760. OLE color: 2960760.

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

Color convert

RGB1204545-
CMYK00.630.630.53
HSL45.45%32.35%-
HSV(B)62.5%47.06%-
XYZ9.166.063.17-
YUV67.42115.35165.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120454500.630.630.53045.4532.35
Hex782D2D03F3F3502d20
Octal1705555077776505540
Binary111100010110110110101111111111111101010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,45); }

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

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

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

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

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

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

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