Html Css Color HEX #781405 Falu Red

📋 copy color: '#781405'

red 120 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #781405

Tints of Falu Red #781405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 82.76%
G = 13.79%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#781405 (or 0x781405) is known color: Falu Red. HEX triplet: 78, 14 and 05. RGB value is (120,20,5). Sum of RGB (Red+Green+Blue) = 120+20+5=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781405 is #87EBFA. Grayscale: #303030. Windows color (decimal): -8907771 or 332920. OLE color: 332920.

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

Color convert

RGB 120 20 5 -
CMYK 0 0.83 0.96 0.53
HSL 7.83º 0.92% 0.25% -
HSV(B) 7.83º 0.96% 0.47% -
XYZ 8.02 4.5 0.59 -
YUV 48.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 120 20 5 0 0.83 0.96 0.53 7.83 0.92 0.25
Hex 78 14 5 0 53 60 35 8 5C 19
Octal 170 24 5 0 123 140 65 10 134 31
Binary 1111000 10100 101 0 1010011 1100000 110101 1000 1011100 11001

Color Harmonies of #781405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781405

Black with #781405

Text Example


Text Example

White with #781405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781405; }

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

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

background-color css

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

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

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

border-color css

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

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

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