Html Css Color HEX #781E0A Falu Red

📋 copy color: '#781E0A'

red 120 ◦ green 30 ◦ blue 10

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

Shades of Falu Red #781E0A

Tints of Falu Red #781E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.75%

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

R = 75%
G = 18.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#781E0A (or 0x781E0A) is known color: Falu Red. HEX triplet: 78, 1E and 0A. RGB value is (120,30,10). Sum of RGB (Red+Green+Blue) = 120+30+10=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E0A is #87E1F5. Grayscale: #363636. Windows color (decimal): -8905206 or 663160. OLE color: 663160.

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

Color convert

RGB 120 30 10 -
CMYK 0 0.75 0.92 0.53
HSL 10.91º 0.85% 0.25% -
HSV(B) 10.91º 0.92% 0.47% -
XYZ 8.26 4.94 0.81 -
YUV 54.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 120 30 10 0 0.75 0.92 0.53 10.91 0.85 0.25
Hex 78 1E A 0 4B 5C 35 B 55 19
Octal 170 36 12 0 113 134 65 13 125 31
Binary 1111000 11110 1010 0 1001011 1011100 110101 1011 1010101 11001

Color Harmonies of #781E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E0A

Black with #781E0A

Text Example


Text Example

White with #781E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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