Html Css Color HEX #781902 Falu Red

📋 copy color: '#781902'

red 120 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #781902

Tints of Falu Red #781902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 81.63%
G = 17.01%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#781902 (or 0x781902) is known color: Falu Red. HEX triplet: 78, 19 and 02. RGB value is (120,25,2). Sum of RGB (Red+Green+Blue) = 120+25+2=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #781902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781902 is #87E6FD. Grayscale: #323232. Windows color (decimal): -8906494 or 137592. OLE color: 137592.

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

Color convert

RGB 120 25 2 -
CMYK 0 0.79 0.98 0.53
HSL 11.69º 0.97% 0.24% -
HSV(B) 11.69º 0.98% 0.47% -
XYZ 8.1 4.69 0.54 -
YUV 50.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 120 25 2 0 0.79 0.98 0.53 11.69 0.97 0.24
Hex 78 19 2 0 4F 62 35 C 61 18
Octal 170 31 2 0 117 142 65 14 141 30
Binary 1111000 11001 10 0 1001111 1100010 110101 1100 1100001 11000

Color Harmonies of #781902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781902

Black with #781902

Text Example


Text Example

White with #781902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781902; }

 p { color: rgb(120,25,2); }

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

background-color css

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

 a { background-color: rgb(120,25,2); }

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

border-color css

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

 span { border-color: rgb(120,25,2); }

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