Html Css Color HEX #781D0A Falu Red

📋 copy color: '#781D0A'

red 120 ◦ green 29 ◦ blue 10

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

Shades of Falu Red #781D0A

Tints of Falu Red #781D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 75.47%
G = 18.24%
B = 6.29%

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

#781D0A (or 0x781D0A) is known color: Falu Red. HEX triplet: 78, 1D and 0A. RGB value is (120,29,10). Sum of RGB (Red+Green+Blue) = 120+29+10=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D0A is #87E2F5. Grayscale: #363636. Windows color (decimal): -8905462 or 662904. OLE color: 662904.

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

Color convert

RGB 120 29 10 -
CMYK 0 0.76 0.92 0.53
HSL 10.36º 0.85% 0.25% -
HSV(B) 10.36º 0.92% 0.47% -
XYZ 8.24 4.89 0.8 -
YUV 54.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 120 29 10 0 0.76 0.92 0.53 10.36 0.85 0.25
Hex 78 1D A 0 4C 5C 35 A 55 19
Octal 170 35 12 0 114 134 65 12 125 31
Binary 1111000 11101 1010 0 1001100 1011100 110101 1010 1010101 11001

Color Harmonies of #781D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D0A

Black with #781D0A

Text Example


Text Example

White with #781D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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