Html Css Color HEX #781912 Falu Red

📋 copy color: '#781912'

red 120 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #781912

Tints of Falu Red #781912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 73.62%
G = 15.34%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#781912 (or 0x781912) is known color: Falu Red. HEX triplet: 78, 19 and 12. RGB value is (120,25,18). Sum of RGB (Red+Green+Blue) = 120+25+18=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #781912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781912 is #87E6ED. Grayscale: #343434. Windows color (decimal): -8906478 or 1186168. OLE color: 1186168.

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

Color convert

RGB 120 25 18 -
CMYK 0 0.79 0.85 0.53
HSL 4.12º 0.74% 0.27% -
HSV(B) 4.12º 0.85% 0.47% -
XYZ 8.2 4.73 1.05 -
YUV 52.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 120 25 18 0 0.79 0.85 0.53 4.12 0.74 0.27
Hex 78 19 12 0 4F 55 35 4 4A 1B
Octal 170 31 22 0 117 125 65 4 112 33
Binary 1111000 11001 10010 0 1001111 1010101 110101 100 1001010 11011

Color Harmonies of #781912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781912

Black with #781912

Text Example


Text Example

White with #781912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781912; }

 p { color: rgb(120,25,18); }

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

background-color css

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

 a { background-color: rgb(120,25,18); }

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

border-color css

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

 span { border-color: rgb(120,25,18); }

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