Html Css Color HEX #781801 Falu Red

📋 copy color: '#781801'

red 120 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #781801

Tints of Falu Red #781801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 82.76%
G = 16.55%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781801 (or 0x781801) is known color: Falu Red. HEX triplet: 78, 18 and 01. RGB value is (120,24,1). Sum of RGB (Red+Green+Blue) = 120+24+1=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781801 is #87E7FE. Grayscale: #323232. Windows color (decimal): -8906751 or 71800. OLE color: 71800.

HSL color Cylindrical-coordinate representation of color #781801: hue angle of 11.6º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #781801 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 1 -
CMYK 0 0.8 0.99 0.53
HSL 11.6º 0.98% 0.24% -
HSV(B) 11.6º 0.99% 0.47% -
XYZ 8.08 4.65 0.5 -
YUV 50.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 120 24 1 0 0.8 0.99 0.53 11.6 0.98 0.24
Hex 78 18 1 0 50 63 35 C 62 18
Octal 170 30 1 0 120 143 65 14 142 30
Binary 1111000 11000 1 0 1010000 1100011 110101 1100 1100010 11000

Color Harmonies of #781801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781801

Black with #781801

Text Example


Text Example

White with #781801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781801; }

 p { color: rgb(120,24,1); }

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

background-color css

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

 a { background-color: rgb(120,24,1); }

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

border-color css

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

 span { border-color: rgb(120,24,1); }

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