#7B2523

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

Shades of Lusty #7B2523

Tints of Lusty #7B2523

Color information

#7B2523 (or 0x7B2523) is unknown color: approx Lusty. HEX triplet: 7B, 25 and 23. RGB value is (123,37,35). Sum of RGB (Red+Green+Blue) = 123+37+35=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2523 is #84DADC. Grayscale: #3E3E3E. Windows color (decimal): -8706781 or 2303355. OLE color: 2303355.

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

Color convert

RGB1233735-
CMYK00.700.720.52
HSL1.36º55.7%30.98%-
HSV(B)1.36º71.54%48.24%-
XYZ9.135.662.2-
YUV62.49112.49171.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.08%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=63.08%
G=18.97%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123373500.700.720.521.3655.730.98
Hex7B252304648341381f
Octal173454301061106417037
Binary1111011100101100011010001101001000110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,35); }

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

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

 a { background-color: rgb(123,37,35); }

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

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

 span { border-color: rgb(123,37,35); }

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