Html Css Color HEX #781C09 Falu Red

📋 copy color: '#781C09'

red 120 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #781C09

Tints of Falu Red #781C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 76.43%
G = 17.83%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#781C09 (or 0x781C09) is known color: Falu Red. HEX triplet: 78, 1C and 09. RGB value is (120,28,9). Sum of RGB (Red+Green+Blue) = 120+28+9=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C09 is #87E3F6. Grayscale: #353535. Windows color (decimal): -8905719 or 597112. OLE color: 597112.

HSL color Cylindrical-coordinate representation of color #781C09: hue angle of 10.27º 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 #781C09 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 9 -
CMYK 0 0.77 0.92 0.53
HSL 10.27º 0.86% 0.25% -
HSV(B) 10.27º 0.93% 0.47% -
XYZ 8.21 4.84 0.76 -
YUV 53.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 120 28 9 0 0.77 0.92 0.53 10.27 0.86 0.25
Hex 78 1C 9 0 4D 5C 35 A 56 19
Octal 170 34 11 0 115 134 65 12 126 31
Binary 1111000 11100 1001 0 1001101 1011100 110101 1010 1010110 11001

Color Harmonies of #781C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C09

Black with #781C09

Text Example


Text Example

White with #781C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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