Html Css Color HEX #7C291F Lusty

📋 copy color: '#7C291F'

red 124 ◦ green 41 ◦ blue 31

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

Shades of Lusty #7C291F

Tints of Lusty #7C291F

RGB

 RED value IS 124 (48.83% from 255) = 63.27%

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 63.27%
G = 20.92%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C291F (or 0x7C291F) is known color: Lusty. HEX triplet: 7C, 29 and 1F. RGB value is (124,41,31). Sum of RGB (Red+Green+Blue) = 124+41+31=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C291F is #83D6E0. Grayscale: #404040. Windows color (decimal): -8640225 or 2042236. OLE color: 2042236.

HSL color Cylindrical-coordinate representation of color #7C291F: hue angle of 6.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C291F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 41 31 -
CMYK 0 0.67 0.75 0.51
HSL 6.45º 0.6% 0.3% -
HSV(B) 6.45º 0.75% 0.49% -
XYZ 9.35 5.97 1.96 -
YUV 64.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 124 41 31 0 0.67 0.75 0.51 6.45 0.6 0.3
Hex 7C 29 1F 0 43 4B 33 6 3C 1E
Octal 174 51 37 0 103 113 63 6 74 36
Binary 1111100 101001 11111 0 1000011 1001011 110011 110 111100 11110

Color Harmonies of #7C291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C291F

Black with #7C291F

Text Example


Text Example

White with #7C291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C291F; }

 p { color: rgb(124,41,31); }

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

background-color css

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

 a { background-color: rgb(124,41,31); }

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

border-color css

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

 span { border-color: rgb(124,41,31); }

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