Html Css Color HEX #781313 Falu Red

📋 copy color: '#781313'

red 120 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #781313

Tints of Falu Red #781313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 75.95%
G = 12.03%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#781313 (or 0x781313) is known color: Falu Red. HEX triplet: 78, 13 and 13. RGB value is (120,19,19). Sum of RGB (Red+Green+Blue) = 120+19+19=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781313 is #87ECEC. Grayscale: #313131. Windows color (decimal): -8908013 or 1250168. OLE color: 1250168.

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

Color convert

RGB 120 19 19 -
CMYK 0 0.84 0.84 0.53
HSL 0.73% 0.27% -
HSV(B) 0.84% 0.47% -
XYZ 8.1 4.51 1.06 -
YUV 49.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 120 19 19 0 0.84 0.84 0.53 0 0.73 0.27
Hex 78 13 13 0 54 54 35 0 49 1B
Octal 170 23 23 0 124 124 65 0 111 33
Binary 1111000 10011 10011 0 1010100 1010100 110101 0 1001001 11011

Color Harmonies of #781313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781313

Black with #781313

Text Example


Text Example

White with #781313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781313; }

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

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

background-color css

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

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

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

border-color css

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

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

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