Html Css Color HEX #78100C Falu Red

📋 copy color: '#78100C'

red 120 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #78100C

Tints of Falu Red #78100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 81.08%
G = 10.81%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78100C (or 0x78100C) is known color: Falu Red. HEX triplet: 78, 10 and 0C. RGB value is (120,16,12). Sum of RGB (Red+Green+Blue) = 120+16+12=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #78100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78100C is #87EFF3. Grayscale: #2E2E2E. Windows color (decimal): -8908788 or 790648. OLE color: 790648.

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

Color convert

RGB 120 16 12 -
CMYK 0 0.87 0.90 0.53
HSL 2.22º 0.82% 0.26% -
HSV(B) 2.22º 0.9% 0.47% -
XYZ 8 4.39 0.77 -
YUV 46.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 120 16 12 0 0.87 0.90 0.53 2.22 0.82 0.26
Hex 78 10 C 0 57 5A 35 2 52 1A
Octal 170 20 14 0 127 132 65 2 122 32
Binary 1111000 10000 1100 0 1010111 1011010 110101 10 1010010 11010

Color Harmonies of #78100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78100C

Black with #78100C

Text Example


Text Example

White with #78100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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