#7A281F

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

Shades of Lusty #7A281F

Tints of Lusty #7A281F

Color information

#7A281F (or 0x7A281F) is unknown color: approx Lusty. HEX triplet: 7A, 28 and 1F. RGB value is (122,40,31). Sum of RGB (Red+Green+Blue) = 122+40+31=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A281F is #85D7E0. Grayscale: #3F3F3F. Windows color (decimal): -8771553 or 2041978. OLE color: 2041978.

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

Color convert

RGB1224031-
CMYK00.670.750.52
HSL5.93º59.48%30%-
HSV(B)5.93º74.59%47.84%-
XYZ9.035.751.93-
YUV63.49109.67169.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.21%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=63.21%
G=20.73%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122403100.670.750.525.9359.4830
Hex7A281F0434B3463b1e
Octal172503701031136467336
Binary11110101010001111101000011100101111010011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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