Html Css Color HEX #781510 Falu Red

📋 copy color: '#781510'

red 120 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #781510

Tints of Falu Red #781510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 76.43%
G = 13.38%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#781510 (or 0x781510) is known color: Falu Red. HEX triplet: 78, 15 and 10. RGB value is (120,21,16). Sum of RGB (Red+Green+Blue) = 120+21+16=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781510 is #87EAEF. Grayscale: #323232. Windows color (decimal): -8907504 or 1054072. OLE color: 1054072.

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

Color convert

RGB 120 21 16 -
CMYK 0 0.83 0.87 0.53
HSL 2.88º 0.76% 0.27% -
HSV(B) 2.88º 0.87% 0.47% -
XYZ 8.11 4.57 0.94 -
YUV 50.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 120 21 16 0 0.83 0.87 0.53 2.88 0.76 0.27
Hex 78 15 10 0 53 57 35 3 4C 1B
Octal 170 25 20 0 123 127 65 3 114 33
Binary 1111000 10101 10000 0 1010011 1010111 110101 11 1001100 11011

Color Harmonies of #781510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781510

Black with #781510

Text Example


Text Example

White with #781510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781510; }

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

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

background-color css

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

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

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

border-color css

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

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

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