Html Css Color HEX #7C1B11 Falu Red

📋 copy color: '#7C1B11'

red 124 ◦ green 27 ◦ blue 17

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

Shades of Falu Red #7C1B11

Tints of Falu Red #7C1B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.07%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 73.81%
G = 16.07%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C1B11 (or 0x7C1B11) is known color: Falu Red. HEX triplet: 7C, 1B and 11. RGB value is (124,27,17). Sum of RGB (Red+Green+Blue) = 124+27+17=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1B11 is #83E4EE. Grayscale: #363636. Windows color (decimal): -8643823 or 1121148. OLE color: 1121148.

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

Color convert

RGB 124 27 17 -
CMYK 0 0.78 0.86 0.51
HSL 5.61º 0.76% 0.28% -
HSV(B) 5.61º 0.86% 0.49% -
XYZ 8.81 5.11 1.05 -
YUV 54.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 124 27 17 0 0.78 0.86 0.51 5.61 0.76 0.28
Hex 7C 1B 11 0 4E 56 33 6 4C 1C
Octal 174 33 21 0 116 126 63 6 114 34
Binary 1111100 11011 10001 0 1001110 1010110 110011 110 1001100 11100

Color Harmonies of #7C1B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1B11

Black with #7C1B11

Text Example


Text Example

White with #7C1B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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