Html Css Color HEX #781F1C Falu Red

📋 copy color: '#781F1C'

red 120 ◦ green 31 ◦ blue 28

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

Shades of Falu Red #781F1C

Tints of Falu Red #781F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

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

R = 67.04%
G = 17.32%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#781F1C (or 0x781F1C) is known color: Falu Red. HEX triplet: 78, 1F and 1C. RGB value is (120,31,28). Sum of RGB (Red+Green+Blue) = 120+31+28=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F1C is #87E0E3. Grayscale: #393939. Windows color (decimal): -8904932 or 1843064. OLE color: 1843064.

HSL color Cylindrical-coordinate representation of color #781F1C: hue angle of 1.96º 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 #781F1C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 28 -
CMYK 0 0.74 0.77 0.53
HSL 1.96º 0.62% 0.29% -
HSV(B) 1.96º 0.77% 0.47% -
XYZ 8.45 5.06 1.63 -
YUV 57.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 120 31 28 0 0.74 0.77 0.53 1.96 0.62 0.29
Hex 78 1F 1C 0 4A 4D 35 2 3E 1D
Octal 170 37 34 0 112 115 65 2 76 35
Binary 1111000 11111 11100 0 1001010 1001101 110101 10 111110 11101

Color Harmonies of #781F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F1C

Black with #781F1C

Text Example


Text Example

White with #781F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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