Html Css Color HEX #7C271F Lusty

📋 copy color: '#7C271F'

red 124 ◦ green 39 ◦ blue 31

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

Shades of Lusty #7C271F

Tints of Lusty #7C271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 63.92%
G = 20.1%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C271F (or 0x7C271F) is known color: Lusty. HEX triplet: 7C, 27 and 1F. RGB value is (124,39,31). Sum of RGB (Red+Green+Blue) = 124+39+31=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C271F is #83D8E0. Grayscale: #3F3F3F. Windows color (decimal): -8640737 or 2041724. OLE color: 2041724.

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

Color convert

RGB 124 39 31 -
CMYK 0 0.69 0.75 0.51
HSL 5.16º 0.6% 0.3% -
HSV(B) 5.16º 0.75% 0.49% -
XYZ 9.29 5.84 1.93 -
YUV 63.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 124 39 31 0 0.69 0.75 0.51 5.16 0.6 0.3
Hex 7C 27 1F 0 45 4B 33 5 3C 1E
Octal 174 47 37 0 105 113 63 5 74 36
Binary 1111100 100111 11111 0 1000101 1001011 110011 101 111100 11110

Color Harmonies of #7C271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C271F

Black with #7C271F

Text Example


Text Example

White with #7C271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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