Html Css Color HEX #781512 Falu Red

📋 copy color: '#781512'

red 120 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #781512

Tints of Falu Red #781512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.21%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 75.47%
G = 13.21%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#781512 (or 0x781512) is known color: Falu Red. HEX triplet: 78, 15 and 12. RGB value is (120,21,18). Sum of RGB (Red+Green+Blue) = 120+21+18=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781512 is #87EAED. Grayscale: #323232. Windows color (decimal): -8907502 or 1185144. OLE color: 1185144.

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

Color convert

RGB 120 21 18 -
CMYK 0 0.83 0.85 0.53
HSL 1.76º 0.74% 0.27% -
HSV(B) 1.76º 0.85% 0.47% -
XYZ 8.12 4.57 1.03 -
YUV 50.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 120 21 18 0 0.83 0.85 0.53 1.76 0.74 0.27
Hex 78 15 12 0 53 55 35 2 4A 1B
Octal 170 25 22 0 123 125 65 2 112 33
Binary 1111000 10101 10010 0 1010011 1010101 110101 10 1001010 11011

Color Harmonies of #781512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781512

Black with #781512

Text Example


Text Example

White with #781512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781512; }

 p { color: rgb(120,21,18); }

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

background-color css

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

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

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

border-color css

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

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

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