#773029

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

Shades of Lusty #773029

Tints of Lusty #773029

Color information

#773029 (or 0x773029) is unknown color: approx Lusty. HEX triplet: 77, 30 and 29. RGB value is (119,48,41). Sum of RGB (Red+Green+Blue) = 119+48+41=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773029 is #88CFD6. Grayscale: #444444. Windows color (decimal): -8966103 or 2699383. OLE color: 2699383.

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

Color convert

RGB1194841-
CMYK00.600.660.53
HSL5.38º48.75%31.37%-
HSV(B)5.38º65.55%46.67%-
XYZ9.066.22.82-
YUV68.43112.52164.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=57.21%
G=23.08%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119484100.600.660.535.3848.7531.37
Hex77302903C42355311f
Octal16760510741026556137
Binary11101111100001010010111100100001011010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773029; }

 p { color: rgb(119,48,41); }

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

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

 a { background-color: rgb(119,48,41); }

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

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

 span { border-color: rgb(119,48,41); }

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