Html Css Color HEX #781812 Falu Red

📋 copy color: '#781812'

red 120 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #781812

Tints of Falu Red #781812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 74.07%
G = 14.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#781812 (or 0x781812) is known color: Falu Red. HEX triplet: 78, 18 and 12. RGB value is (120,24,18). Sum of RGB (Red+Green+Blue) = 120+24+18=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781812 is #87E7ED. Grayscale: #343434. Windows color (decimal): -8906734 or 1185912. OLE color: 1185912.

HSL color Cylindrical-coordinate representation of color #781812: hue angle of 3.53º 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 #781812 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 18 -
CMYK 0 0.8 0.85 0.53
HSL 3.53º 0.74% 0.27% -
HSV(B) 3.53º 0.85% 0.47% -
XYZ 8.18 4.69 1.05 -
YUV 52.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 120 24 18 0 0.8 0.85 0.53 3.53 0.74 0.27
Hex 78 18 12 0 50 55 35 4 4A 1B
Octal 170 30 22 0 120 125 65 4 112 33
Binary 1111000 11000 10010 0 1010000 1010101 110101 100 1001010 11011

Color Harmonies of #781812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781812

Black with #781812

Text Example


Text Example

White with #781812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781812; }

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

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

background-color css

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

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

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

border-color css

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

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

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