Html Css Color HEX #781E15 Falu Red

📋 copy color: '#781E15'

red 120 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #781E15

Tints of Falu Red #781E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 70.18%
G = 17.54%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781E15 (or 0x781E15) is known color: Falu Red. HEX triplet: 78, 1E and 15. RGB value is (120,30,21). Sum of RGB (Red+Green+Blue) = 120+30+21=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #781E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E15 is #87E1EA. Grayscale: #383838. Windows color (decimal): -8905195 or 1384056. OLE color: 1384056.

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

Color convert

RGB 120 30 21 -
CMYK 0 0.75 0.83 0.53
HSL 5.45º 0.7% 0.28% -
HSV(B) 5.45º 0.83% 0.47% -
XYZ 8.35 4.98 1.23 -
YUV 55.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 120 30 21 0 0.75 0.83 0.53 5.45 0.7 0.28
Hex 78 1E 15 0 4B 53 35 5 46 1C
Octal 170 36 25 0 113 123 65 5 106 34
Binary 1111000 11110 10101 0 1001011 1010011 110101 101 1000110 11100

Color Harmonies of #781E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E15

Black with #781E15

Text Example


Text Example

White with #781E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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