Html Css Color HEX #7B1411 Falu Red

📋 copy color: '#7B1411'

red 123 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #7B1411

Tints of Falu Red #7B1411

RGB

 RED value IS 123 (48.44% from 255) = 76.88%

 GREEN value IS 20 (8.2% from 255) = 12.5%

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

R = 76.88%
G = 12.5%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#7B1411 (or 0x7B1411) is known color: Falu Red. HEX triplet: 7B, 14 and 11. RGB value is (123,20,17). Sum of RGB (Red+Green+Blue) = 123+20+17=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1411 is #84EBEE. Grayscale: #323232. Windows color (decimal): -8711151 or 1119355. OLE color: 1119355.

HSL color Cylindrical-coordinate representation of color #7B1411: hue angle of 1.7º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1411 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 20 17 -
CMYK 0 0.84 0.86 0.52
HSL 1.7º 0.76% 0.27% -
HSV(B) 1.7º 0.86% 0.48% -
XYZ 8.52 4.75 1 -
YUV 50.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 123 20 17 0 0.84 0.86 0.52 1.7 0.76 0.27
Hex 7B 14 11 0 54 56 34 2 4C 1B
Octal 173 24 21 0 124 126 64 2 114 33
Binary 1111011 10100 10001 0 1010100 1010110 110100 10 1001100 11011

Color Harmonies of #7B1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1411

Black with #7B1411

Text Example


Text Example

White with #7B1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,20,17); }

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

background-color css

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

 a { background-color: rgb(123,20,17); }

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

border-color css

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

 span { border-color: rgb(123,20,17); }

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