#762421

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

Shades of Lusty #762421

Tints of Lusty #762421

Color information

#762421 (or 0x762421) is unknown color: approx Lusty. HEX triplet: 76, 24 and 21. RGB value is (118,36,33). Sum of RGB (Red+Green+Blue) = 118+36+33=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762421 is #89DBDE. Grayscale: #3C3C3C. Windows color (decimal): -9034719 or 2172022. OLE color: 2172022.

HSL color Cylindrical-coordinate representation of color #762421: hue angle of 2.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762421 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1183633-
CMYK00.690.720.54
HSL2.12º56.29%29.61%-
HSV(B)2.12º72.03%46.27%-
XYZ8.385.222.01-
YUV60.18112.67169.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 33 (13.28% from 255) = 17.65%
R=63.10%
G=19.25%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118363300.690.720.542.1256.2929.61
Hex76242104548362381e
Octal166444101051106627036
Binary11101101001001000010100010110010001101101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762421; }

 p { color: rgb(118,36,33); }

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

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

 a { background-color: rgb(118,36,33); }

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

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

 span { border-color: rgb(118,36,33); }

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