Html Css Color HEX #781D04 Falu Red

📋 copy color: '#781D04'

red 120 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #781D04

Tints of Falu Red #781D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 78.43%
G = 18.95%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781D04 (or 0x781D04) is known color: Falu Red. HEX triplet: 78, 1D and 04. RGB value is (120,29,4). Sum of RGB (Red+Green+Blue) = 120+29+4=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #781D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D04 is #87E2FB. Grayscale: #353535. Windows color (decimal): -8905468 or 269688. OLE color: 269688.

HSL color Cylindrical-coordinate representation of color #781D04: hue angle of 12.93º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #781D04 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 4 -
CMYK 0 0.76 0.97 0.53
HSL 12.93º 0.94% 0.24% -
HSV(B) 12.93º 0.97% 0.47% -
XYZ 8.21 4.88 0.62 -
YUV 53.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 120 29 4 0 0.76 0.97 0.53 12.93 0.94 0.24
Hex 78 1D 4 0 4C 61 35 D 5E 18
Octal 170 35 4 0 114 141 65 15 136 30
Binary 1111000 11101 100 0 1001100 1100001 110101 1101 1011110 11000

Color Harmonies of #781D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D04

Black with #781D04

Text Example


Text Example

White with #781D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,4); }

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

background-color css

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

 a { background-color: rgb(120,29,4); }

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

border-color css

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

 span { border-color: rgb(120,29,4); }

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