#742220

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

Shades of Lusty #742220

Tints of Lusty #742220

Color information

#742220 (or 0x742220) is unknown color: approx Lusty. HEX triplet: 74, 22 and 20. RGB value is (116,34,32). Sum of RGB (Red+Green+Blue) = 116+34+32=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742220 is #8BDDDF. Grayscale: #3A3A3A. Windows color (decimal): -9166304 or 2105972. OLE color: 2105972.

HSL color Cylindrical-coordinate representation of color #742220: hue angle of 1.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742220 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1163432-
CMYK00.710.720.55
HSL1.43º56.76%29.02%-
HSV(B)1.43º72.41%45.49%-
XYZ8.044.961.9-
YUV58.29113.17169.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.74%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=63.74%
G=18.68%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116343200.710.720.551.4356.7629.02
Hex74222004748371391d
Octal164424001071106717135
Binary1110100100010100000010001111001000110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742220; }

 p { color: rgb(116,34,32); }

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

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

 a { background-color: rgb(116,34,32); }

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

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

 span { border-color: rgb(116,34,32); }

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