#762221

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

Shades of Lusty #762221

Tints of Lusty #762221

Color information

#762221 (or 0x762221) is unknown color: approx Lusty. HEX triplet: 76, 22 and 21. RGB value is (118,34,33). Sum of RGB (Red+Green+Blue) = 118+34+33=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762221 is #89DDDE. Grayscale: #3B3B3B. Windows color (decimal): -9035231 or 2171510. OLE color: 2171510.

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

Color convert

RGB1183433-
CMYK00.710.720.54
HSL0.71º56.29%29.61%-
HSV(B)0.71º72.03%46.27%-
XYZ8.325.111.99-
YUV59113.33170.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=63.78%
G=18.38%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118343300.710.720.540.7156.2929.61
Hex76222104748361381e
Octal166424101071106617036
Binary1110110100010100001010001111001000110110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762221; }

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

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

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

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

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

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

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

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