Html Css Color HEX #781A17 Falu Red

📋 copy color: '#781A17'

red 120 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #781A17

Tints of Falu Red #781A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 71.01%
G = 15.38%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#781A17 (or 0x781A17) is known color: Falu Red. HEX triplet: 78, 1A and 17. RGB value is (120,26,23). Sum of RGB (Red+Green+Blue) = 120+26+23=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #781A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A17 is #87E5E8. Grayscale: #353535. Windows color (decimal): -8906217 or 1514104. OLE color: 1514104.

HSL color Cylindrical-coordinate representation of color #781A17: hue angle of 1.86º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781A17 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 23 -
CMYK 0 0.78 0.81 0.53
HSL 1.86º 0.68% 0.28% -
HSV(B) 1.86º 0.81% 0.47% -
XYZ 8.27 4.79 1.3 -
YUV 53.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 120 26 23 0 0.78 0.81 0.53 1.86 0.68 0.28
Hex 78 1A 17 0 4E 51 35 2 44 1C
Octal 170 32 27 0 116 121 65 2 104 34
Binary 1111000 11010 10111 0 1001110 1010001 110101 10 1000100 11100

Color Harmonies of #781A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A17

Black with #781A17

Text Example


Text Example

White with #781A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,23); }

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

background-color css

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

 a { background-color: rgb(120,26,23); }

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

border-color css

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

 span { border-color: rgb(120,26,23); }

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