#783026

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

Shades of Lusty #783026

Tints of Lusty #783026

Color information

#783026 (or 0x783026) is unknown color: approx Lusty. HEX triplet: 78, 30 and 26. RGB value is (120,48,38). Sum of RGB (Red+Green+Blue) = 120+48+38=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #783026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783026 is #87CFD9. Grayscale: #444444. Windows color (decimal): -8900570 or 2502776. OLE color: 2502776.

HSL color Cylindrical-coordinate representation of color #783026: hue angle of 7.32º degrees, saturation: 0.52, 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 #783026 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1204838-
CMYK00.600.680.53
HSL7.32º51.9%30.98%-
HSV(B)7.32º68.33%47.06%-
XYZ9.156.252.56-
YUV68.39110.85164.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=58.25%
G=23.30%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120483800.600.680.537.3251.930.98
Hex78302603C44357341f
Octal17060460741046576437
Binary11110001100001001100111100100010011010111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783026; }

 p { color: rgb(120,48,38); }

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

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

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

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

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

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

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