Html Css Color HEX #742825 Lusty

📋 copy color: '#742825'

red 116 ◦ green 40 ◦ blue 37

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

Shades of Lusty #742825

Tints of Lusty #742825

RGB

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

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

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

R = 60.1%
G = 20.73%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#742825 (or 0x742825) is known color: Lusty. HEX triplet: 74, 28 and 25. RGB value is (116,40,37). Sum of RGB (Red+Green+Blue) = 116+40+37=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742825 is #8BD7DA. Grayscale: #3E3E3E. Windows color (decimal): -9164763 or 2435188. OLE color: 2435188.

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

Color convert

RGB 116 40 37 -
CMYK 0 0.66 0.68 0.55
HSL 2.28º 0.52% 0.3% -
HSV(B) 2.28º 0.68% 0.45% -
XYZ 8.3 5.36 2.35 -
YUV 62.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 116 40 37 0 0.66 0.68 0.55 2.28 0.52 0.3
Hex 74 28 25 0 42 44 37 2 34 1E
Octal 164 50 45 0 102 104 67 2 64 36
Binary 1110100 101000 100101 0 1000010 1000100 110111 10 110100 11110

Color Harmonies of #742825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742825

Black with #742825

Text Example


Text Example

White with #742825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742825; }

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

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

background-color css

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

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

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

border-color css

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

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

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