#7A281D

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

Shades of Lusty #7A281D

Tints of Lusty #7A281D

Color information

#7A281D (or 0x7A281D) is unknown color: approx Lusty. HEX triplet: 7A, 28 and 1D. RGB value is (122,40,29). Sum of RGB (Red+Green+Blue) = 122+40+29=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A281D is #85D7E2. Grayscale: #3F3F3F. Windows color (decimal): -8771555 or 1910906. OLE color: 1910906.

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

Color convert

RGB1224029-
CMYK00.670.760.52
HSL7.1º61.59%29.61%-
HSV(B)7.1º76.23%47.84%-
XYZ9.015.741.8-
YUV63.26108.67169.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=63.87%
G=20.94%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122402900.670.760.527.161.5929.61
Hex7A281D0434C3473e1e
Octal172503501031146477636
Binary11110101010001110101000011100110011010011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,40,29); }

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

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

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

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

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

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

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