#7A2C23

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

Shades of Lusty #7A2C23

Tints of Lusty #7A2C23

Color information

#7A2C23 (or 0x7A2C23) is unknown color: approx Lusty. HEX triplet: 7A, 2C and 23. RGB value is (122,44,35). Sum of RGB (Red+Green+Blue) = 122+44+35=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C23 is #85D3DC. Grayscale: #424242. Windows color (decimal): -8770525 or 2305146. OLE color: 2305146.

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

Color convert

RGB1224435-
CMYK00.640.710.52
HSL6.21º55.41%30.78%-
HSV(B)6.21º71.31%47.84%-
XYZ9.236.062.27-
YUV66.3110.34167.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 44 (17.58% from 255) = 21.89%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=60.70%
G=21.89%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122443500.640.710.526.2155.4130.78
Hex7A2C2304047346371f
Octal172544301001076466737
Binary111101010110010001101000000100011111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,44,35); }

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

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

 a { background-color: rgb(122,44,35); }

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

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

 span { border-color: rgb(122,44,35); }

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