#7b2d2d

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

Shades of Lusty #7B2D2D

Tints of Lusty #7B2D2D

Color information

#7B2D2D (or 0x7B2D2D) is unknown color: approx Lusty. HEX triplet: 7B, 2D and 2D. RGB value is (123,45,45). Sum of RGB (Red+Green+Blue) = 123+45+45=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2D2D is #84D2D2. Grayscale: #444444. Windows color (decimal): -8704723 or 2960763. OLE color: 2960763.

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

Color convert

RGB1234545-
CMYK00.630.630.52
HSL46.43%32.94%-
HSV(B)63.41%48.24%-
XYZ9.586.283.19-
YUV68.32114.84167-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 57.75%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=57.75%
G=21.13%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123454500.630.630.52046.4332.94
Hex7B2D2D03F3F3402e21
Octal1735555077776405641
Binary111101110110110110101111111111111101000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b2d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,45,45); }

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

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

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

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

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

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

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