#7A2423

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

Shades of Lusty #7A2423

Tints of Lusty #7A2423

Color information

#7A2423 (or 0x7A2423) is unknown color: approx Lusty. HEX triplet: 7A, 24 and 23. RGB value is (122,36,35). Sum of RGB (Red+Green+Blue) = 122+36+35=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2423 is #85DBDC. Grayscale: #3D3D3D. Windows color (decimal): -8772573 or 2303098. OLE color: 2303098.

HSL color Cylindrical-coordinate representation of color #7A2423: hue angle of 0.69º 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 #7A2423 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB1223635-
CMYK00.700.710.52
HSL0.69º55.41%30.78%-
HSV(B)0.69º71.31%47.84%-
XYZ8.965.522.18-
YUV61.6112.99171.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 63.21%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=63.21%
G=18.65%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122363500.700.710.520.6955.4130.78
Hex7A242304647341371f
Octal172444301061076416737
Binary1111010100100100011010001101000111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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