Html Css Color HEX #781713 Falu Red

📋 copy color: '#781713'

red 120 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #781713

Tints of Falu Red #781713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 74.07%
G = 14.2%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#781713 (or 0x781713) is known color: Falu Red. HEX triplet: 78, 17 and 13. RGB value is (120,23,19). Sum of RGB (Red+Green+Blue) = 120+23+19=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781713 is #87E8EC. Grayscale: #333333. Windows color (decimal): -8906989 or 1251192. OLE color: 1251192.

HSL color Cylindrical-coordinate representation of color #781713: hue angle of 2.38º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781713 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 19 -
CMYK 0 0.81 0.84 0.53
HSL 2.38º 0.73% 0.27% -
HSV(B) 2.38º 0.84% 0.47% -
XYZ 8.17 4.65 1.08 -
YUV 51.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 120 23 19 0 0.81 0.84 0.53 2.38 0.73 0.27
Hex 78 17 13 0 51 54 35 2 49 1B
Octal 170 27 23 0 121 124 65 2 111 33
Binary 1111000 10111 10011 0 1010001 1010100 110101 10 1001001 11011

Color Harmonies of #781713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781713

Black with #781713

Text Example


Text Example

White with #781713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781713; }

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

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

background-color css

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

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

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

border-color css

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

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

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