#783229

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

Shades of Lusty #783229

Tints of Lusty #783229

Color information

#783229 (or 0x783229) is unknown color: approx Lusty. HEX triplet: 78, 32 and 29. RGB value is (120,50,41). Sum of RGB (Red+Green+Blue) = 120+50+41=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #783229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783229 is #87CDD6. Grayscale: #464646. Windows color (decimal): -8900055 or 2699896. OLE color: 2699896.

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

Color convert

RGB1205041-
CMYK00.580.660.53
HSL6.84º49.07%31.57%-
HSV(B)6.84º65.83%47.06%-
XYZ9.296.432.85-
YUV69.9111.69163.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=56.87%
G=23.70%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120504100.580.660.536.8449.0731.57
Hex78322903A423573120
Octal17062510721026576140
Binary111100011001010100101110101000010110101111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783229; }

 p { color: rgb(120,50,41); }

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

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

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

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

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

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

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