Html Css Color HEX #781010 Falu Red

📋 copy color: '#781010'

red 120 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #781010

Tints of Falu Red #781010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 78.95%
G = 10.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#781010 (or 0x781010) is known color: Falu Red. HEX triplet: 78, 10 and 10. RGB value is (120,16,16). Sum of RGB (Red+Green+Blue) = 120+16+16=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781010 is #87EFEF. Grayscale: #2F2F2F. Windows color (decimal): -8908784 or 1052792. OLE color: 1052792.

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

Color convert

RGB 120 16 16 -
CMYK 0 0.87 0.87 0.53
HSL 0.76% 0.27% -
HSV(B) 0.87% 0.47% -
XYZ 8.02 4.4 0.92 -
YUV 47.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 120 16 16 0 0.87 0.87 0.53 0 0.76 0.27
Hex 78 10 10 0 57 57 35 0 4C 1B
Octal 170 20 20 0 127 127 65 0 114 33
Binary 1111000 10000 10000 0 1010111 1010111 110101 0 1001100 11011

Color Harmonies of #781010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781010

Black with #781010

Text Example


Text Example

White with #781010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781010; }

 p { color: rgb(120,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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