Html Css Color HEX #781D09 Falu Red

📋 copy color: '#781D09'

red 120 ◦ green 29 ◦ blue 9

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

Shades of Falu Red #781D09

Tints of Falu Red #781D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 75.95%
G = 18.35%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#781D09 (or 0x781D09) is known color: Falu Red. HEX triplet: 78, 1D and 09. RGB value is (120,29,9). Sum of RGB (Red+Green+Blue) = 120+29+9=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D09 is #87E2F6. Grayscale: #363636. Windows color (decimal): -8905463 or 597368. OLE color: 597368.

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

Color convert

RGB 120 29 9 -
CMYK 0 0.76 0.92 0.53
HSL 10.81º 0.86% 0.25% -
HSV(B) 10.81º 0.93% 0.47% -
XYZ 8.23 4.89 0.77 -
YUV 53.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 120 29 9 0 0.76 0.92 0.53 10.81 0.86 0.25
Hex 78 1D 9 0 4C 5C 35 B 56 19
Octal 170 35 11 0 114 134 65 13 126 31
Binary 1111000 11101 1001 0 1001100 1011100 110101 1011 1010110 11001

Color Harmonies of #781D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D09

Black with #781D09

Text Example


Text Example

White with #781D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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