Html Css Color HEX #742828 Lusty

📋 copy color: '#742828'

red 116 ◦ green 40 ◦ blue 40

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

Shades of Lusty #742828

Tints of Lusty #742828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 59.18%
G = 20.41%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#742828 (or 0x742828) is known color: Lusty. HEX triplet: 74, 28 and 28. RGB value is (116,40,40). Sum of RGB (Red+Green+Blue) = 116+40+40=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742828 is #8BD7D7. Grayscale: #3E3E3E. Windows color (decimal): -9164760 or 2631796. OLE color: 2631796.

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

Color convert

RGB 116 40 40 -
CMYK 0 0.66 0.66 0.55
HSL 0.49% 0.31% -
HSV(B) 0.66% 0.45% -
XYZ 8.34 5.38 2.61 -
YUV 62.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 116 40 40 0 0.66 0.66 0.55 0 0.49 0.31
Hex 74 28 28 0 42 42 37 0 31 1F
Octal 164 50 50 0 102 102 67 0 61 37
Binary 1110100 101000 101000 0 1000010 1000010 110111 0 110001 11111

Color Harmonies of #742828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742828

Black with #742828

Text Example


Text Example

White with #742828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742828; }

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

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

background-color css

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

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

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

border-color css

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

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

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