Html Css Color HEX #781A15 Falu Red

📋 copy color: '#781A15'

red 120 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #781A15

Tints of Falu Red #781A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

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

R = 71.86%
G = 15.57%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781A15 (or 0x781A15) is known color: Falu Red. HEX triplet: 78, 1A and 15. RGB value is (120,26,21). Sum of RGB (Red+Green+Blue) = 120+26+21=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #781A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A15 is #87E5EA. Grayscale: #353535. Windows color (decimal): -8906219 or 1383032. OLE color: 1383032.

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

Color convert

RGB 120 26 21 -
CMYK 0 0.78 0.83 0.53
HSL 3.03º 0.7% 0.28% -
HSV(B) 3.03º 0.83% 0.47% -
XYZ 8.25 4.79 1.2 -
YUV 53.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 120 26 21 0 0.78 0.83 0.53 3.03 0.7 0.28
Hex 78 1A 15 0 4E 53 35 3 46 1C
Octal 170 32 25 0 116 123 65 3 106 34
Binary 1111000 11010 10101 0 1001110 1010011 110101 11 1000110 11100

Color Harmonies of #781A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A15

Black with #781A15

Text Example


Text Example

White with #781A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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