Html Css Color HEX #781E1C Falu Red

📋 copy color: '#781E1C'

red 120 ◦ green 30 ◦ blue 28

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

Shades of Falu Red #781E1C

Tints of Falu Red #781E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 67.42%
G = 16.85%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#781E1C (or 0x781E1C) is known color: Falu Red. HEX triplet: 78, 1E and 1C. RGB value is (120,30,28). Sum of RGB (Red+Green+Blue) = 120+30+28=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E1C is #87E1E3. Grayscale: #383838. Windows color (decimal): -8905188 or 1842808. OLE color: 1842808.

HSL color Cylindrical-coordinate representation of color #781E1C: hue angle of 1.3º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781E1C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 28 -
CMYK 0 0.75 0.77 0.53
HSL 1.3º 0.62% 0.29% -
HSV(B) 1.3º 0.77% 0.47% -
XYZ 8.42 5.01 1.62 -
YUV 56.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 120 30 28 0 0.75 0.77 0.53 1.3 0.62 0.29
Hex 78 1E 1C 0 4B 4D 35 1 3E 1D
Octal 170 36 34 0 113 115 65 1 76 35
Binary 1111000 11110 11100 0 1001011 1001101 110101 1 111110 11101

Color Harmonies of #781E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E1C

Black with #781E1C

Text Example


Text Example

White with #781E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E1C; }

 p { color: rgb(120,30,28); }

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

background-color css

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

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

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

border-color css

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

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

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