Html Css Color HEX #781F05 Falu Red

📋 copy color: '#781F05'

red 120 ◦ green 31 ◦ blue 5

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

Shades of Falu Red #781F05

Tints of Falu Red #781F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 76.92%
G = 19.87%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#781F05 (or 0x781F05) is known color: Falu Red. HEX triplet: 78, 1F and 05. RGB value is (120,31,5). Sum of RGB (Red+Green+Blue) = 120+31+5=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F05 is #87E0FA. Grayscale: #363636. Windows color (decimal): -8904955 or 335736. OLE color: 335736.

HSL color Cylindrical-coordinate representation of color #781F05: hue angle of 13.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #781F05 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 5 -
CMYK 0 0.74 0.96 0.53
HSL 13.57º 0.92% 0.25% -
HSV(B) 13.57º 0.96% 0.47% -
XYZ 8.26 4.98 0.67 -
YUV 54.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 120 31 5 0 0.74 0.96 0.53 13.57 0.92 0.25
Hex 78 1F 5 0 4A 60 35 E 5C 19
Octal 170 37 5 0 112 140 65 16 134 31
Binary 1111000 11111 101 0 1001010 1100000 110101 1110 1011100 11001

Color Harmonies of #781F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F05

Black with #781F05

Text Example


Text Example

White with #781F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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