Html Css Color HEX #742221 Lusty

📋 copy color: '#742221'

red 116 ◦ green 34 ◦ blue 33

#742221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #742221

Tints of Lusty #742221

RGB

 RED value IS 116 (45.7% from 255) = 63.39%

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 63.39%
G = 18.58%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#742221 (or 0x742221) is known color: Lusty. HEX triplet: 74, 22 and 21. RGB value is (116,34,33). Sum of RGB (Red+Green+Blue) = 116+34+33=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #742221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742221 is #8BDDDE. Grayscale: #3A3A3A. Windows color (decimal): -9166303 or 2171508. OLE color: 2171508.

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

Color convert

RGB 116 34 33 -
CMYK 0 0.71 0.72 0.55
HSL 0.72º 0.56% 0.29% -
HSV(B) 0.72º 0.72% 0.45% -
XYZ 8.05 4.97 1.97 -
YUV 58.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 116 34 33 0 0.71 0.72 0.55 0.72 0.56 0.29
Hex 74 22 21 0 47 48 37 1 38 1D
Octal 164 42 41 0 107 110 67 1 70 35
Binary 1110100 100010 100001 0 1000111 1001000 110111 1 111000 11101

Color Harmonies of #742221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742221

Black with #742221

Text Example


Text Example

White with #742221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742221; }

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

 H1.HeaderClassName
 {
   color: #742221;
 }
 .AnyTagClassName
 {
   color: #742221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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