#782F2D

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

Shades of Lusty #782F2D

Tints of Lusty #782F2D

Color information

#782F2D (or 0x782F2D) is unknown color: approx Lusty. HEX triplet: 78, 2F and 2D. RGB value is (120,47,45). Sum of RGB (Red+Green+Blue) = 120+47+45=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F2D is #87D0D2. Grayscale: #444444. Windows color (decimal): -8900819 or 2961272. OLE color: 2961272.

HSL color Cylindrical-coordinate representation of color #782F2D: hue angle of 1.6º 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 #782F2D is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1204745-
CMYK00.610.630.53
HSL1.6º45.45%32.35%-
HSV(B)1.6º62.5%47.06%-
XYZ9.246.223.2-
YUV68.6114.68164.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=56.60%
G=22.17%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120474500.610.630.531.645.4532.35
Hex782F2D03D3F3522d20
Octal1705755075776525540
Binary1111000101111101101011110111111111010110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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