Html Css Color HEX #781715 Falu Red

📋 copy color: '#781715'

red 120 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #781715

Tints of Falu Red #781715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 73.17%
G = 14.02%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781715 (or 0x781715) is known color: Falu Red. HEX triplet: 78, 17 and 15. RGB value is (120,23,21). Sum of RGB (Red+Green+Blue) = 120+23+21=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #781715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781715 is #87E8EA. Grayscale: #333333. Windows color (decimal): -8906987 or 1382264. OLE color: 1382264.

HSL color Cylindrical-coordinate representation of color #781715: hue angle of 1.21º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781715 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 21 -
CMYK 0 0.81 0.83 0.53
HSL 1.21º 0.7% 0.28% -
HSV(B) 1.21º 0.83% 0.47% -
XYZ 8.19 4.66 1.18 -
YUV 51.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 120 23 21 0 0.81 0.83 0.53 1.21 0.7 0.28
Hex 78 17 15 0 51 53 35 1 46 1C
Octal 170 27 25 0 121 123 65 1 106 34
Binary 1111000 10111 10101 0 1010001 1010011 110101 1 1000110 11100

Color Harmonies of #781715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781715

Black with #781715

Text Example


Text Example

White with #781715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781715; }

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

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

background-color css

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

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

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

border-color css

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

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

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