#7A2F2A

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

Shades of Lusty #7A2F2A

Tints of Lusty #7A2F2A

Color information

#7A2F2A (or 0x7A2F2A) is unknown color: approx Lusty. HEX triplet: 7A, 2F and 2A. RGB value is (122,47,42). Sum of RGB (Red+Green+Blue) = 122+47+42=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F2A is #85D0D5. Grayscale: #444444. Windows color (decimal): -8769750 or 2764666. OLE color: 2764666.

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

Color convert

RGB1224742-
CMYK00.610.660.52
HSL3.75º48.78%32.16%-
HSV(B)3.75º65.57%47.84%-
XYZ9.466.342.92-
YUV68.86112.85165.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.82%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=57.82%
G=22.27%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122474200.610.660.523.7548.7832.16
Hex7A2F2A03D423443120
Octal17257520751026446140
Binary111101010111110101001111011000010110100100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,42); }

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

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

 a { background-color: rgb(122,47,42); }

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

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

 span { border-color: rgb(122,47,42); }

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