Html Css Color HEX #781804 Falu Red

📋 copy color: '#781804'

red 120 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #781804

Tints of Falu Red #781804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 81.08%
G = 16.22%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781804 (or 0x781804) is known color: Falu Red. HEX triplet: 78, 18 and 04. RGB value is (120,24,4). Sum of RGB (Red+Green+Blue) = 120+24+4=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #781804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781804 is #87E7FB. Grayscale: #323232. Windows color (decimal): -8906748 or 268408. OLE color: 268408.

HSL color Cylindrical-coordinate representation of color #781804: hue angle of 10.34º 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 #781804 is Cyan = 0, Magento = 0.8, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 4 -
CMYK 0 0.8 0.97 0.53
HSL 10.34º 0.94% 0.24% -
HSV(B) 10.34º 0.97% 0.47% -
XYZ 8.09 4.66 0.59 -
YUV 50.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 120 24 4 0 0.8 0.97 0.53 10.34 0.94 0.24
Hex 78 18 4 0 50 61 35 A 5E 18
Octal 170 30 4 0 120 141 65 12 136 30
Binary 1111000 11000 100 0 1010000 1100001 110101 1010 1011110 11000

Color Harmonies of #781804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781804

Black with #781804

Text Example


Text Example

White with #781804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781804; }

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

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

background-color css

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

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

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

border-color css

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

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

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