#7A3333

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

Shades of Lusty #7A3333

Tints of Lusty #7A3333

Color information

#7A3333 (or 0x7A3333) is unknown color: approx Lusty. HEX triplet: 7A, 33 and 33. RGB value is (122,51,51). Sum of RGB (Red+Green+Blue) = 122+51+51=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3333 is #85CCCC. Grayscale: #484848. Windows color (decimal): -8768717 or 3355514. OLE color: 3355514.

HSL color Cylindrical-coordinate representation of color #7A3333: hue angle of 0º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3333 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB1225151-
CMYK00.580.580.52
HSL41.04%33.92%-
HSV(B)58.2%47.84%-
XYZ9.816.743.92-
YUV72.23116.02163.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.46%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=54.46%
G=22.77%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122515100.580.580.52041.0433.92
Hex7A333303A3A3402922
Octal1726363072726405142
Binary111101011001111001101110101110101101000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3333; }

 p { color: rgb(122,51,51); }

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

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

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

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

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

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

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