Html Css Color HEX #781310 Falu Red

📋 copy color: '#781310'

red 120 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #781310

Tints of Falu Red #781310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 77.42%
G = 12.26%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#781310 (or 0x781310) is known color: Falu Red. HEX triplet: 78, 13 and 10. RGB value is (120,19,16). Sum of RGB (Red+Green+Blue) = 120+19+16=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781310 is #87ECEF. Grayscale: #303030. Windows color (decimal): -8908016 or 1053560. OLE color: 1053560.

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

Color convert

RGB 120 19 16 -
CMYK 0 0.84 0.87 0.53
HSL 1.73º 0.76% 0.27% -
HSV(B) 1.73º 0.87% 0.47% -
XYZ 8.07 4.5 0.93 -
YUV 48.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 120 19 16 0 0.84 0.87 0.53 1.73 0.76 0.27
Hex 78 13 10 0 54 57 35 2 4C 1B
Octal 170 23 20 0 124 127 65 2 114 33
Binary 1111000 10011 10000 0 1010100 1010111 110101 10 1001100 11011

Color Harmonies of #781310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781310

Black with #781310

Text Example


Text Example

White with #781310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781310; }

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

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

background-color css

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

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

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

border-color css

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

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

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