Html Css Color HEX #781C11 Falu Red

📋 copy color: '#781C11'

red 120 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #781C11

Tints of Falu Red #781C11

RGB

 RED value IS 120 (47.27% from 255) = 72.73%

 GREEN value IS 28 (11.33% from 255) = 16.97%

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

R = 72.73%
G = 16.97%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781C11 (or 0x781C11) is known color: Falu Red. HEX triplet: 78, 1C and 11. RGB value is (120,28,17). Sum of RGB (Red+Green+Blue) = 120+28+17=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #781C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C11 is #87E3EE. Grayscale: #363636. Windows color (decimal): -8905711 or 1121400. OLE color: 1121400.

HSL color Cylindrical-coordinate representation of color #781C11: hue angle of 6.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781C11 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 17 -
CMYK 0 0.77 0.86 0.53
HSL 6.41º 0.75% 0.27% -
HSV(B) 6.41º 0.86% 0.47% -
XYZ 8.26 4.86 1.03 -
YUV 54.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 120 28 17 0 0.77 0.86 0.53 6.41 0.75 0.27
Hex 78 1C 11 0 4D 56 35 6 4B 1B
Octal 170 34 21 0 115 126 65 6 113 33
Binary 1111000 11100 10001 0 1001101 1010110 110101 110 1001011 11011

Color Harmonies of #781C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C11

Black with #781C11

Text Example


Text Example

White with #781C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781C11; }

 p { color: rgb(120,28,17); }

 H1.HeaderClassName
 {
   color: #781C11;
 }
 .AnyTagClassName
 {
   color: #781C11;
 }
</style>

background-color css

<style>
 a { background-color: #781C11; }

 a { background-color: rgb(120,28,17); }

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

border-color css

<style>
 span { border-color: #781C11; }

 span { border-color: rgb(120,28,17); }

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