Html Css Color HEX #78100E Falu Red

📋 copy color: '#78100E'

red 120 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #78100E

Tints of Falu Red #78100E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 80%
G = 10.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#78100E (or 0x78100E) is known color: Falu Red. HEX triplet: 78, 10 and 0E. RGB value is (120,16,14). Sum of RGB (Red+Green+Blue) = 120+16+14=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #78100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78100E is #87EFF1. Grayscale: #2E2E2E. Windows color (decimal): -8908786 or 921720. OLE color: 921720.

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

Color convert

RGB 120 16 14 -
CMYK 0 0.87 0.88 0.53
HSL 1.13º 0.79% 0.26% -
HSV(B) 1.13º 0.88% 0.47% -
XYZ 8.01 4.4 0.84 -
YUV 46.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 120 16 14 0 0.87 0.88 0.53 1.13 0.79 0.26
Hex 78 10 E 0 57 58 35 1 4F 1A
Octal 170 20 16 0 127 130 65 1 117 32
Binary 1111000 10000 1110 0 1010111 1011000 110101 1 1001111 11010

Color Harmonies of #78100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78100E

Black with #78100E

Text Example


Text Example

White with #78100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78100E; }

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

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

background-color css

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

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

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

border-color css

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

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

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