Html Css Color HEX #742925 Lusty

📋 copy color: '#742925'

red 116 ◦ green 41 ◦ blue 37

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

Shades of Lusty #742925

Tints of Lusty #742925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 59.79%
G = 21.13%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#742925 (or 0x742925) is known color: Lusty. HEX triplet: 74, 29 and 25. RGB value is (116,41,37). Sum of RGB (Red+Green+Blue) = 116+41+37=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #742925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742925 is #8BD6DA. Grayscale: #3F3F3F. Windows color (decimal): -9164507 or 2435444. OLE color: 2435444.

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

Color convert

RGB 116 41 37 -
CMYK 0 0.65 0.68 0.55
HSL 3.04º 0.52% 0.3% -
HSV(B) 3.04º 0.68% 0.45% -
XYZ 8.33 5.43 2.36 -
YUV 62.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 116 41 37 0 0.65 0.68 0.55 3.04 0.52 0.3
Hex 74 29 25 0 41 44 37 3 34 1E
Octal 164 51 45 0 101 104 67 3 64 36
Binary 1110100 101001 100101 0 1000001 1000100 110111 11 110100 11110

Color Harmonies of #742925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742925

Black with #742925

Text Example


Text Example

White with #742925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742925; }

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

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

background-color css

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

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

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

border-color css

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

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

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