#773433

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

Shades of Lusty #773433

Tints of Lusty #773433

Color information

#773433 (or 0x773433) is unknown color: approx Lusty. HEX triplet: 77, 34 and 33. RGB value is (119,52,51). Sum of RGB (Red+Green+Blue) = 119+52+51=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773433 is #88CBCC. Grayscale: #474747. Windows color (decimal): -8965069 or 3355767. OLE color: 3355767.

HSL color Cylindrical-coordinate representation of color #773433: hue angle of 0.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773433 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1195251-
CMYK00.560.570.53
HSL0.88º40%33.33%-
HSV(B)0.88º57.14%46.67%-
XYZ9.436.623.91-
YUV71.92116.2161.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=53.60%
G=23.42%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119525100.560.570.530.884033.33
Hex773433038393512821
Octal1676463070716515041
Binary111011111010011001101110001110011101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773433; }

 p { color: rgb(119,52,51); }

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

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

 a { background-color: rgb(119,52,51); }

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

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

 span { border-color: rgb(119,52,51); }

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