Html Css Color HEX #742522 Lusty

📋 copy color: '#742522'

red 116 ◦ green 37 ◦ blue 34

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

Shades of Lusty #742522

Tints of Lusty #742522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 62.03%
G = 19.79%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#742522 (or 0x742522) is known color: Lusty. HEX triplet: 74, 25 and 22. RGB value is (116,37,34). Sum of RGB (Red+Green+Blue) = 116+37+34=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #742522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742522 is #8BDADD. Grayscale: #3C3C3C. Windows color (decimal): -9165534 or 2237812. OLE color: 2237812.

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

Color convert

RGB 116 37 34 -
CMYK 0 0.68 0.71 0.55
HSL 2.2º 0.55% 0.29% -
HSV(B) 2.2º 0.71% 0.45% -
XYZ 8.15 5.15 2.08 -
YUV 60.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 116 37 34 0 0.68 0.71 0.55 2.2 0.55 0.29
Hex 74 25 22 0 44 47 37 2 37 1D
Octal 164 45 42 0 104 107 67 2 67 35
Binary 1110100 100101 100010 0 1000100 1000111 110111 10 110111 11101

Color Harmonies of #742522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742522

Black with #742522

Text Example


Text Example

White with #742522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742522; }

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

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

background-color css

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

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

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

border-color css

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

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

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