#7B3229

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

Shades of Lusty #7B3229

Tints of Lusty #7B3229

Color information

#7B3229 (or 0x7B3229) is unknown color: approx Lusty. HEX triplet: 7B, 32 and 29. RGB value is (123,50,41). Sum of RGB (Red+Green+Blue) = 123+50+41=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3229 is #84CDD6. Grayscale: #464646. Windows color (decimal): -8703447 or 2699899. OLE color: 2699899.

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

Color convert

RGB1235041-
CMYK00.590.670.52
HSL6.59º50%32.16%-
HSV(B)6.59º66.67%48.24%-
XYZ9.716.652.87-
YUV70.8111.18165.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.48%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=57.48%
G=23.36%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123504100.590.670.526.595032.16
Hex7B322903B433473220
Octal17362510731036476240
Binary111101111001010100101110111000011110100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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