Html Css Color HEX #7C261B Falu Red

📋 copy color: '#7C261B'

red 124 ◦ green 38 ◦ blue 27

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

Shades of Falu Red #7C261B

Tints of Falu Red #7C261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 65.61%
G = 20.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C261B (or 0x7C261B) is known color: Falu Red. HEX triplet: 7C, 26 and 1B. RGB value is (124,38,27). Sum of RGB (Red+Green+Blue) = 124+38+27=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C261B is #83D9E4. Grayscale: #3E3E3E. Windows color (decimal): -8640997 or 1779324. OLE color: 1779324.

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

Color convert

RGB 124 38 27 -
CMYK 0 0.69 0.78 0.51
HSL 6.8º 0.64% 0.3% -
HSV(B) 6.8º 0.78% 0.49% -
XYZ 9.2 5.75 1.66 -
YUV 62.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 124 38 27 0 0.69 0.78 0.51 6.8 0.64 0.3
Hex 7C 26 1B 0 45 4E 33 7 40 1E
Octal 174 46 33 0 105 116 63 7 100 36
Binary 1111100 100110 11011 0 1000101 1001110 110011 111 1000000 11110

Color Harmonies of #7C261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C261B

Black with #7C261B

Text Example


Text Example

White with #7C261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,38,27); }

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

background-color css

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

 a { background-color: rgb(124,38,27); }

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

border-color css

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

 span { border-color: rgb(124,38,27); }

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