Html Css Color HEX #781F15 Falu Red

📋 copy color: '#781F15'

red 120 ◦ green 31 ◦ blue 21

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

Shades of Falu Red #781F15

Tints of Falu Red #781F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.02%

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

R = 69.77%
G = 18.02%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781F15 (or 0x781F15) is known color: Falu Red. HEX triplet: 78, 1F and 15. RGB value is (120,31,21). Sum of RGB (Red+Green+Blue) = 120+31+21=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #781F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F15 is #87E0EA. Grayscale: #383838. Windows color (decimal): -8904939 or 1384312. OLE color: 1384312.

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

Color convert

RGB 120 31 21 -
CMYK 0 0.74 0.83 0.53
HSL 6.06º 0.7% 0.28% -
HSV(B) 6.06º 0.83% 0.47% -
XYZ 8.37 5.03 1.24 -
YUV 56.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 120 31 21 0 0.74 0.83 0.53 6.06 0.7 0.28
Hex 78 1F 15 0 4A 53 35 6 46 1C
Octal 170 37 25 0 112 123 65 6 106 34
Binary 1111000 11111 10101 0 1001010 1010011 110101 110 1000110 11100

Color Harmonies of #781F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F15

Black with #781F15

Text Example


Text Example

White with #781F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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