Html Css Color HEX #742523 Lusty

📋 copy color: '#742523'

red 116 ◦ green 37 ◦ blue 35

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

Shades of Lusty #742523

Tints of Lusty #742523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 35 (14.06% from 255) = 18.62%

R = 61.7%
G = 19.68%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#742523 (or 0x742523) is known color: Lusty. HEX triplet: 74, 25 and 23. RGB value is (116,37,35). Sum of RGB (Red+Green+Blue) = 116+37+35=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742523 is #8BDADC. Grayscale: #3C3C3C. Windows color (decimal): -9165533 or 2303348. OLE color: 2303348.

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

Color convert

RGB 116 37 35 -
CMYK 0 0.68 0.70 0.55
HSL 1.48º 0.54% 0.3% -
HSV(B) 1.48º 0.7% 0.45% -
XYZ 8.17 5.16 2.16 -
YUV 60.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 116 37 35 0 0.68 0.70 0.55 1.48 0.54 0.3
Hex 74 25 23 0 44 46 37 1 36 1E
Octal 164 45 43 0 104 106 67 1 66 36
Binary 1110100 100101 100011 0 1000100 1000110 110111 1 110110 11110

Color Harmonies of #742523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742523

Black with #742523

Text Example


Text Example

White with #742523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742523; }

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

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

background-color css

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

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

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

border-color css

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

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

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