Html Css Color HEX #742928 Lusty

📋 copy color: '#742928'

red 116 ◦ green 41 ◦ blue 40

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

Shades of Lusty #742928

Tints of Lusty #742928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 58.88%
G = 20.81%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742928 (or 0x742928) is known color: Lusty. HEX triplet: 74, 29 and 28. RGB value is (116,41,40). Sum of RGB (Red+Green+Blue) = 116+41+40=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #742928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742928 is #8BD6D7. Grayscale: #3F3F3F. Windows color (decimal): -9164504 or 2632052. OLE color: 2632052.

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

Color convert

RGB 116 41 40 -
CMYK 0 0.65 0.66 0.55
HSL 0.79º 0.49% 0.31% -
HSV(B) 0.79º 0.66% 0.45% -
XYZ 8.38 5.45 2.62 -
YUV 63.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 116 41 40 0 0.65 0.66 0.55 0.79 0.49 0.31
Hex 74 29 28 0 41 42 37 1 31 1F
Octal 164 51 50 0 101 102 67 1 61 37
Binary 1110100 101001 101000 0 1000001 1000010 110111 1 110001 11111

Color Harmonies of #742928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742928

Black with #742928

Text Example


Text Example

White with #742928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742928; }

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

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

background-color css

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

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

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

border-color css

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

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

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