Html Css Color HEX #742929 Lusty

📋 copy color: '#742929'

red 116 ◦ green 41 ◦ blue 41

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

Shades of Lusty #742929

Tints of Lusty #742929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 58.59%
G = 20.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#742929 (or 0x742929) is known color: Lusty. HEX triplet: 74, 29 and 29. RGB value is (116,41,41). Sum of RGB (Red+Green+Blue) = 116+41+41=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742929 is #8BD6D6. Grayscale: #3F3F3F. Windows color (decimal): -9164503 or 2697588. OLE color: 2697588.

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

Color convert

RGB 116 41 41 -
CMYK 0 0.65 0.65 0.55
HSL 0.48% 0.31% -
HSV(B) 0.65% 0.45% -
XYZ 8.4 5.46 2.71 -
YUV 63.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 116 41 41 0 0.65 0.65 0.55 0 0.48 0.31
Hex 74 29 29 0 41 41 37 0 30 1F
Octal 164 51 51 0 101 101 67 0 60 37
Binary 1110100 101001 101001 0 1000001 1000001 110111 0 110000 11111

Color Harmonies of #742929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742929

Black with #742929

Text Example


Text Example

White with #742929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742929; }

 p { color: rgb(116,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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